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

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

Classes in net.openhft.koloboke.collect.set with type parameters of type FloatSetFactory
 interface FloatSetFactory<F extends FloatSetFactory<F>>
          An immutable factory of FloatSets.
 

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

Subinterfaces of FloatSetFactory in net.openhft.koloboke.collect.set.hash
 interface HashFloatSetFactory
          An immutable factory of HashFloatSets.