Returns the intersection of this set with another set. Neither set is modified - a new DocSet is created and returned. @return a DocSet representing the intersection
(DocSet other)
| 78 | * @return a DocSet representing the intersection |
| 79 | */ |
| 80 | public abstract DocSet intersection(DocSet other); |
| 81 | |
| 82 | /** |
| 83 | * Returns the number of documents of the intersection of this set with another set. May be more |
no outgoing calls