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