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

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

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

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