Uses of Interface
com.koloboke.collect.LongCollection

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

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

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

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

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