Uses of Class
com.carrotsearch.hppc.CharObjectHashMap
-
Packages that use CharObjectHashMap Package Description com.carrotsearch.hppc -
-
Uses of CharObjectHashMap in com.carrotsearch.hppc
Subclasses of CharObjectHashMap in com.carrotsearch.hppc Modifier and Type Class Description classCharObjectScatterMap<VType>Same asCharObjectHashMapbut does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Fields in com.carrotsearch.hppc declared as CharObjectHashMap Modifier and Type Field Description private CharObjectHashMap<VType>CharObjectHashMap.KeysContainer. ownerprivate CharObjectHashMap<VType>CharObjectHashMap.ValuesContainer. ownerMethods in com.carrotsearch.hppc that return CharObjectHashMap Modifier and Type Method Description CharObjectHashMap<VType>CharObjectHashMap. clone()static <VType> CharObjectHashMap<VType>CharObjectHashMap. from(char[] keys, VType[] values)Creates a hash map from two index-aligned arrays of key-value pairs.Methods in com.carrotsearch.hppc with parameters of type CharObjectHashMap Modifier and Type Method Description protected booleanCharObjectHashMap. equalElements(CharObjectHashMap<?> other)Return true if all keys of some other container exist in this container.
-