|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use HashObjCharMapFactory | |
---|---|
com.koloboke.collect.map.hash | Contains interfaces of Map specializations, based on hash tables,
their factories and static factory methods. |
Uses of HashObjCharMapFactory in com.koloboke.collect.map.hash |
---|
Methods in com.koloboke.collect.map.hash that return HashObjCharMapFactory | ||
---|---|---|
static
|
HashObjCharMaps.getDefaultFactory()
Returns the default HashObjCharMapFactory implementation, to which
all static methods in this class delegate. |
|
HashObjCharMapFactory<K> |
HashObjCharMapFactory.withKeyEquivalence(Equivalence<? super K> keyEquivalence)
Returns a copy of this factory, with exception that it constructs maps with key equivalence set to the given Equivalence . |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |