Uses of Interface
net.openhft.koloboke.collect.set.hash.HashFloatSetFactory

Packages that use HashFloatSetFactory
net.openhft.koloboke.collect.set.hash Contains interfaces of Set specializations, based on hash tables, their factories and static factory methods. 
 

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

Methods in net.openhft.koloboke.collect.set.hash that return HashFloatSetFactory
static HashFloatSetFactory HashFloatSets.getDefaultFactory()
          Returns the default implementation of HashFloatSetFactory, to which all static methods in this class delegate.