Uses of Interface
net.openhft.koloboke.collect.map.hash.HashObjDoubleMapFactory

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

Uses of HashObjDoubleMapFactory in net.openhft.koloboke.collect.map.hash
 

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