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

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

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

Methods in net.openhft.koloboke.collect.map.hash that return HashCharDoubleMapFactory
static HashCharDoubleMapFactory HashCharDoubleMaps.getDefaultFactory()
          Returns the default HashCharDoubleMapFactory implementation, to which all static methods in this class delegate.