Uses of Interface
com.koloboke.collect.LongIterator

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

Uses of LongIterator in com.koloboke.collect
 

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

Uses of LongIterator in com.koloboke.collect.set
 

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