Uses of Interface
com.koloboke.collect.map.ObjDoubleMapFactory

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

Uses of ObjDoubleMapFactory in com.koloboke.collect.map
 

Classes in com.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 com.koloboke.collect.map.hash
 

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