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

Packages that use LongCollection
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 LongCollection in net.openhft.koloboke.collect.map
 

Methods in net.openhft.koloboke.collect.map that return LongCollection
 LongCollection ByteLongMap.values()
           
 LongCollection CharLongMap.values()
           
 LongCollection DoubleLongMap.values()
           
 LongCollection FloatLongMap.values()
           
 LongCollection IntLongMap.values()
           
 LongCollection LongLongMap.values()
           
 LongCollection ObjLongMap.values()
           
 LongCollection ShortLongMap.values()
           
 

Uses of LongCollection in net.openhft.koloboke.collect.set
 

Subinterfaces of LongCollection in net.openhft.koloboke.collect.set
 interface LongSet
          A Set specialization with long elements.
 

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

Subinterfaces of LongCollection in net.openhft.koloboke.collect.set.hash
 interface HashLongSet
          An interface for LongSets, based on hash tables.