Uses of Interface
net.openhft.koloboke.collect.map.ObjDoubleMapFactory

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

Uses of ObjDoubleMapFactory in net.openhft.koloboke.collect.map
 

Classes in net.openhft.koloboke.collect.map with type parameters of type ObjDoubleMapFactory
 interface ObjDoubleMapFactory<K,F extends ObjDoubleMapFactory<K,F>>
          An immutable factory of ObjDoubleMaps.
 

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

Subinterfaces of ObjDoubleMapFactory in net.openhft.koloboke.collect.map.hash
 interface HashObjDoubleMapFactory<K>
          An immutable factory of HashObjDoubleMaps.