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

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

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

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