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

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

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

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