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

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

Classes in com.koloboke.collect.set with type parameters of type ObjSetFactory
 interface ObjSetFactory<E,F extends ObjSetFactory<E,F>>
          An immutable factory of ObjSets.
 

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

Subinterfaces of ObjSetFactory in com.koloboke.collect.set.hash
 interface HashObjSetFactory<E>
          An immutable factory of HashObjSets.