Uses of Interface
com.uwyn.jhighlight.pcj.hash.CharHashFunction
Packages that use CharHashFunction
-
Uses of CharHashFunction in com.uwyn.jhighlight.pcj.hash
Classes in com.uwyn.jhighlight.pcj.hash that implement CharHashFunctionModifier and TypeClassDescriptionclassThis class provides a default hash function for char values.Fields in com.uwyn.jhighlight.pcj.hash declared as CharHashFunctionModifier and TypeFieldDescriptionstatic final CharHashFunctionDefaultCharHashFunction.INSTANCEDefault instance of this hash function. -
Uses of CharHashFunction in com.uwyn.jhighlight.pcj.map
Fields in com.uwyn.jhighlight.pcj.map declared as CharHashFunctionModifier and TypeFieldDescriptionprivate CharHashFunctionCharKeyOpenHashMap.keyhashThe hash function used to hash keys in this map.Constructors in com.uwyn.jhighlight.pcj.map with parameters of type CharHashFunctionModifierConstructorDescriptionCharKeyOpenHashMap(CharHashFunction keyhash) Creates a new hash map with capacity 11, a relative growth factor of 1.0, and a load factor of 75%.CharKeyOpenHashMap(CharHashFunction keyhash, double loadFactor) Creates a new hash map with a capacity of 11, a relative growth factor of 1.0, and a specified load factor.CharKeyOpenHashMap(CharHashFunction keyhash, int capacity) Creates a new hash map with a specified capacity, a relative growth factor of 1.0, and a load factor of 75%.CharKeyOpenHashMap(CharHashFunction keyhash, int capacity, double loadFactor) Creates a new hash map with a specified capacity and load factor, and a relative growth factor of 1.0.CharKeyOpenHashMap(CharHashFunction keyhash, int capacity, double loadFactor, double growthFactor) Creates a new hash map with a specified capacity, load factor, and relative growth factor.CharKeyOpenHashMap(CharHashFunction keyhash, int capacity, double loadFactor, int growthChunk) Creates a new hash map with a specified capacity, load factor, and absolute growth factor.privateCharKeyOpenHashMap(CharHashFunction keyhash, int capacity, int growthPolicy, double growthFactor, int growthChunk, double loadFactor)