|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectanl.aida.core.DocumentIterable
public class DocumentIterable
An iterable over an STC subsetted by a list of document ids.
Nested Class Summary | |
---|---|
private class |
DocumentIterable.Iter
|
Field Summary | |
---|---|
private java.util.List<DocumentID> |
docs
|
private ScoredTermsCollection |
stc
|
Constructor Summary | |
---|---|
DocumentIterable(ScoredTermsCollection stc,
java.util.List<DocumentID> docs)
|
Method Summary | |
---|---|
java.util.Iterator<MIFSDocument> |
iterator()
Returns an iterator over a set of elements of type T. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
private ScoredTermsCollection stc
private java.util.List<DocumentID> docs
Constructor Detail |
---|
public DocumentIterable(ScoredTermsCollection stc, java.util.List<DocumentID> docs)
Method Detail |
---|
public java.util.Iterator<MIFSDocument> iterator()
iterator
in interface java.lang.Iterable<MIFSDocument>
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |