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