Uses of Interface
com.koloboke.collect.set.IntSetFactory

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

Classes in com.koloboke.collect.set with type parameters of type IntSetFactory
 interface IntSetFactory<F extends IntSetFactory<F>>
          An immutable factory of IntSets.
 

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

Subinterfaces of IntSetFactory in com.koloboke.collect.set.hash
 interface HashIntSetFactory
          An immutable factory of HashIntSets.