Uses of Interface
org.apache.lucene.util.collections.IntIterator
-
Packages that use IntIterator Package Description org.apache.lucene.facet.enhancements.association Association category enhancementsorg.apache.lucene.util.collections Various optimized Collections implementations. -
-
Uses of IntIterator in org.apache.lucene.facet.enhancements.association
Methods in org.apache.lucene.facet.enhancements.association that return IntIterator Modifier and Type Method Description IntIteratorAssociationsPayloadIterator. getAssociatedOrdinals()Get an iterator over the ordinals which has an association for the document set byAssociationsPayloadIterator.setNextDoc(int). -
Uses of IntIterator in org.apache.lucene.util.collections
Methods in org.apache.lucene.util.collections that return IntIterator Modifier and Type Method Description IntIteratorIntHashSet. iterator()Returns a new iterator for the mapped objects.IntIteratorIntToIntMap. iterator()Returns a new iterator for the mapped objects.IntIteratorObjectToIntMap. iterator()Returns a new iterator for the mapped objects.IntIteratorIntToDoubleMap. keyIterator()Returns an iterator on the map keys.IntIteratorIntToIntMap. keyIterator()Returns an iterator on the map keys.IntIteratorIntToObjectMap. keyIterator()Returns an iterator on the map keys.
-