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

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

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

Methods in com.koloboke.collect.set.hash that return HashObjSetFactory
static
<E> HashObjSetFactory<E>
HashObjSets.getDefaultFactory()
          Returns the default implementation of HashObjSetFactory, to which all static methods in this class delegate.
 HashObjSetFactory<E> HashObjSetFactory.withEquivalence(Equivalence<? super E> equivalence)
          Returns a copy of this factory, with exception that it constructs sets with element equivalence set to the given Equivalence.