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

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

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

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