Gets the name of a document in this corpus. @param index the index of the document @return a String value representing the name of the document at index in this corpus.
(int index)
| 49 | * <tt>index</tt> in this corpus. |
| 50 | */ |
| 51 | public String getDocumentName(int index); |
| 52 | |
| 53 | /** |
| 54 | * Fills this corpus with documents created on the fly from selected |
no outgoing calls
no test coverage detected