Uses of Interface
com.koloboke.collect.IntCollection

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

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

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

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

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