Uses of Class
com.carrotsearch.hppc.ShortObjectScatterMap
Packages that use ShortObjectScatterMap
-
Uses of ShortObjectScatterMap in com.carrotsearch.hppc
Methods in com.carrotsearch.hppc that return ShortObjectScatterMapModifier and TypeMethodDescriptionstatic <VType> ShortObjectScatterMap<VType> ShortObjectScatterMap.from(short[] keys, VType[] values) Creates a hash map from two index-aligned arrays of key-value pairs.