|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IntIterator | |
---|---|
org.apache.lucene.facet.enhancements.association | Association category enhancements |
org.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 | |
---|---|
IntIterator |
AssociationsPayloadIterator.getAssociatedOrdinals()
Get an iterator over the ordinals which has an association for the document set by AssociationsPayloadIterator.setNextDoc(int) . |
Uses of IntIterator in org.apache.lucene.util.collections |
---|
Methods in org.apache.lucene.util.collections that return IntIterator | |
---|---|
IntIterator |
ObjectToIntMap.iterator()
Returns a new iterator for the mapped objects. |
IntIterator |
IntHashSet.iterator()
Returns a new iterator for the mapped objects. |
IntIterator |
IntToIntMap.iterator()
Returns a new iterator for the mapped objects. |
IntIterator |
IntToObjectMap.keyIterator()
Returns an iterator on the map keys. |
IntIterator |
IntToIntMap.keyIterator()
Returns an iterator on the map keys. |
IntIterator |
IntToDoubleMap.keyIterator()
Returns an iterator on the map keys. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |