|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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
|
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 . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |