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