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

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

Classes in com.koloboke.collect.map with type parameters of type ObjCharMapFactory
 interface ObjCharMapFactory<K,F extends ObjCharMapFactory<K,F>>
          An immutable factory of ObjCharMaps.
 

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

Subinterfaces of ObjCharMapFactory in com.koloboke.collect.map.hash
 interface HashObjCharMapFactory<K>
          An immutable factory of HashObjCharMaps.