Uses of Interface
com.koloboke.collect.set.hash.HashLongSetFactory

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

Uses of HashLongSetFactory in com.koloboke.collect.set.hash
 

Methods in com.koloboke.collect.set.hash that return HashLongSetFactory
static HashLongSetFactory HashLongSets.getDefaultFactory()
          Returns the default implementation of HashLongSetFactory, to which all static methods in this class delegate.