Returns the number of documents in the set.
()
| 50 | |
| 51 | /** Returns the number of documents in the set. */ |
| 52 | public abstract int size(); |
| 53 | |
| 54 | /** |
| 55 | * Returns true if a document is in the DocSet. If you want to be guaranteed fast random access, |
no outgoing calls