Uses of Interface
net.openhft.koloboke.collect.set.ObjSetFactory

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

Classes in net.openhft.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 net.openhft.koloboke.collect.set.hash
 

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