Uses of Interface
org.apache.lucene.util.collections.FloatIterator

Packages that use FloatIterator
org.apache.lucene.util.collections Various optimized Collections implementations. 
 

Uses of FloatIterator in org.apache.lucene.util.collections
 

Methods in org.apache.lucene.util.collections that return FloatIterator
 FloatIterator ObjectToFloatMap.iterator()
          Returns a new iterator for the mapped floats.
 FloatIterator FloatToObjectMap.keyIterator()
          Returns an iterator on the map keys.