Uses of Interface
com.koloboke.collect.map.hash.HashObjObjMapFactory

Packages that use HashObjObjMapFactory
com.koloboke.collect.map.hash Contains interfaces of Map specializations, based on hash tables, their factories and static factory methods. 
 

Uses of HashObjObjMapFactory in com.koloboke.collect.map.hash
 

Methods in com.koloboke.collect.map.hash that return HashObjObjMapFactory
static
<K,V> HashObjObjMapFactory<K,V>
HashObjObjMaps.getDefaultFactory()
          Returns the default HashObjObjMapFactory implementation, to which all static methods in this class delegate.
 HashObjObjMapFactory<K,V> HashObjObjMapFactory.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.