Uses of Class
com.carrotsearch.hppc.ByteObjectHashMap
-
Packages that use ByteObjectHashMap Package Description com.carrotsearch.hppc -
-
Uses of ByteObjectHashMap in com.carrotsearch.hppc
Subclasses of ByteObjectHashMap in com.carrotsearch.hppc Modifier and Type Class Description class
ByteObjectScatterMap<VType>
Same asByteObjectHashMap
but does not implement per-instance key mixing strategy and uses a simpler (faster) bit distribution function.Methods in com.carrotsearch.hppc that return ByteObjectHashMap Modifier and Type Method Description ByteObjectHashMap<VType>
ByteObjectHashMap. clone()
static <VType> ByteObjectHashMap<VType>
ByteObjectHashMap. from(byte[] 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 ByteObjectHashMap Modifier and Type Method Description protected boolean
ByteObjectHashMap. equalElements(ByteObjectHashMap<?> other)
Return true if all keys of some other container exist in this container.
-