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

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

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

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