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

Packages that use DoubleCharMapFactory
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 DoubleCharMapFactory in com.koloboke.collect.map
 

Classes in com.koloboke.collect.map with type parameters of type DoubleCharMapFactory
 interface DoubleCharMapFactory<F extends DoubleCharMapFactory<F>>
          An immutable factory of DoubleCharMaps.
 

Uses of DoubleCharMapFactory in com.koloboke.collect.map.hash
 

Subinterfaces of DoubleCharMapFactory in com.koloboke.collect.map.hash
 interface HashDoubleCharMapFactory
          An immutable factory of HashDoubleCharMaps.