Uses of Interface
com.koloboke.collect.ShortCollection

Packages that use ShortCollection
com.koloboke.collect.map Contains interfaces of Map specializations, their factories and cursors. 
com.koloboke.collect.set Contains interfaces of Set specializations and their factories. 
com.koloboke.collect.set.hash Contains interfaces of Set specializations, based on hash tables, their factories and static factory methods. 
 

Uses of ShortCollection in com.koloboke.collect.map
 

Methods in com.koloboke.collect.map that return ShortCollection
 ShortCollection ByteShortMap.values()
           
 ShortCollection CharShortMap.values()
           
 ShortCollection DoubleShortMap.values()
           
 ShortCollection FloatShortMap.values()
           
 ShortCollection IntShortMap.values()
           
 ShortCollection LongShortMap.values()
           
 ShortCollection ObjShortMap.values()
           
 ShortCollection ShortShortMap.values()
           
 

Uses of ShortCollection in com.koloboke.collect.set
 

Subinterfaces of ShortCollection in com.koloboke.collect.set
 interface ShortSet
          A Set specialization with short elements.
 

Uses of ShortCollection in com.koloboke.collect.set.hash
 

Subinterfaces of ShortCollection in com.koloboke.collect.set.hash
 interface HashShortSet
          An interface for ShortSets, based on hash tables.