|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DocumentContainer
Date: Mar 4, 2009 11:04:55 AM
Method Summary | |
---|---|
java.lang.Iterable<anl.aida.core.DocumentID> |
documents()
Gets an iterable over the docs in this container. |
int |
getDocumentCount()
Gets the number of documents in this container. |
void |
getDocuments(java.util.Collection<anl.aida.core.DocumentID> docs)
Gets the documents contained by this container and puts them in the specified collection. |
Method Detail |
---|
int getDocumentCount()
java.lang.Iterable<anl.aida.core.DocumentID> documents()
void getDocuments(java.util.Collection<anl.aida.core.DocumentID> docs)
docs
- the collection to add the documents to
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |