Uses of Interface
com.koloboke.collect.ShortIterator

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

Uses of ShortIterator in com.koloboke.collect
 

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

Uses of ShortIterator in com.koloboke.collect.set
 

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