Uses of Interface
com.koloboke.collect.ByteIterator

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

Uses of ByteIterator in com.koloboke.collect
 

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

Uses of ByteIterator in com.koloboke.collect.set
 

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