Uses of Interface
org.apache.lucene.util.collections.FloatIterator
-
Packages that use FloatIterator Package Description 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 Modifier and Type Method Description FloatIterator
ObjectToFloatMap. iterator()
Returns a new iterator for the mapped floats.FloatIterator
FloatToObjectMap. keyIterator()
Returns an iterator on the map keys.
-