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

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

Methods in net.openhft.koloboke.collect.map that return IntCollection
 IntCollection ByteIntMap.values()
           
 IntCollection CharIntMap.values()
           
 IntCollection DoubleIntMap.values()
           
 IntCollection FloatIntMap.values()
           
 IntCollection IntIntMap.values()
           
 IntCollection LongIntMap.values()
           
 IntCollection ObjIntMap.values()
           
 IntCollection ShortIntMap.values()
           
 

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

Subinterfaces of IntCollection in net.openhft.koloboke.collect.set
 interface IntSet
          A Set specialization with int elements.
 

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

Subinterfaces of IntCollection in net.openhft.koloboke.collect.set.hash
 interface HashIntSet
          An interface for IntSets, based on hash tables.