Uses of Interface
net.openhft.koloboke.collect.ShortCollection

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

Uses of ShortCollection in net.openhft.koloboke.collect.map
 

Methods in net.openhft.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 net.openhft.koloboke.collect.set
 

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

Uses of ShortCollection in net.openhft.koloboke.collect.set.hash
 

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