Uses of Interface
com.koloboke.collect.FloatIterator

Packages that use FloatIterator
com.koloboke.collect The root package of the collection library. 
com.koloboke.collect.set Contains interfaces of Set specializations and their factories. 
 

Uses of FloatIterator in com.koloboke.collect
 

Methods in com.koloboke.collect that return FloatIterator
 FloatIterator FloatCollection.iterator()
          Deprecated. Instead of explicit iterator() calls, use FloatCollection.cursor(); iterator() is still sensible only as a backing mechanism for Java 5's for-each statements.
 

Uses of FloatIterator in com.koloboke.collect.set
 

Methods in com.koloboke.collect.set that return FloatIterator
 FloatIterator FloatSet.iterator()
          Deprecated. Instead of explicit iterator() calls, use FloatCollection.cursor(); iterator() is still sensible only as a backing mechanism for Java 5's for-each statements.