Package | Description |
---|---|
com.koloboke.collect.set.hash |
Contains interfaces of
Set specializations, based on hash tables,
their factories and static factory methods. |
Modifier and Type | Method and Description |
---|---|
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 . |