Uses of Interface
com.koloboke.collect.hash.CharHashFactory

Packages that use CharHashFactory
com.koloboke.collect.hash Contains basic interfaces and commonly used classes related to containers, based on hash tables. 
com.koloboke.collect.map.hash Contains interfaces of Map specializations, based on hash tables, their factories and static factory methods. 
com.koloboke.collect.set.hash Contains interfaces of Set specializations, based on hash tables, their factories and static factory methods. 
 

Uses of CharHashFactory in com.koloboke.collect.hash
 

Classes in com.koloboke.collect.hash with type parameters of type CharHashFactory
 interface CharHashFactory<F extends CharHashFactory<F>>
          Common configuration for factories of hash containers with char keys.
 

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

Subinterfaces of CharHashFactory in com.koloboke.collect.map.hash
 interface HashCharByteMapFactory
          An immutable factory of HashCharByteMaps.
 interface HashCharCharMapFactory
          An immutable factory of HashCharCharMaps.
 interface HashCharDoubleMapFactory
          An immutable factory of HashCharDoubleMaps.
 interface HashCharFloatMapFactory
          An immutable factory of HashCharFloatMaps.
 interface HashCharIntMapFactory
          An immutable factory of HashCharIntMaps.
 interface HashCharLongMapFactory
          An immutable factory of HashCharLongMaps.
 interface HashCharObjMapFactory<V>
          An immutable factory of HashCharObjMaps.
 interface HashCharShortMapFactory
          An immutable factory of HashCharShortMaps.
 

Uses of CharHashFactory in com.koloboke.collect.set.hash
 

Subinterfaces of CharHashFactory in com.koloboke.collect.set.hash
 interface HashCharSetFactory
          An immutable factory of HashCharSets.