Uses of Interface
org.apache.lucene.facet.collections.IntIterator

Packages that use IntIterator
org.apache.lucene.facet.collections Various optimized Collections implementations. 
 

Uses of IntIterator in org.apache.lucene.facet.collections
 

Methods in org.apache.lucene.facet.collections that return IntIterator
 IntIterator IntHashSet.iterator()
          Returns a new iterator for the mapped objects.
 IntIterator ObjectToIntMap.iterator()
          Returns a new iterator for the mapped objects.
 IntIterator IntToIntMap.iterator()
          Returns a new iterator for the mapped objects.
 IntIterator IntToDoubleMap.keyIterator()
          Returns an iterator on the map keys.
 IntIterator IntToObjectMap.keyIterator()
          Returns an iterator on the map keys.
 IntIterator IntToIntMap.keyIterator()
          Returns an iterator on the map keys.
 IntIterator IntToFloatMap.keyIterator()
          Returns an iterator on the map keys.
 



Copyright © 2000-2013 Apache Software Foundation. All Rights Reserved.