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 class
CharObjectScatterMap<VType>
Same asCharObjectHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Methods 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 boolean
CharObjectHashMap. equalElements(CharObjectHashMap<?> other)
Return true if all keys of some other container exist in this container.
-