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

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

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

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