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