Uses of Interface
com.carrotsearch.hppc.ObjectObjectMap
-
Packages that use ObjectObjectMap Package Description com.carrotsearch.hppc org.elasticsearch.common.collect -
-
Uses of ObjectObjectMap in com.carrotsearch.hppc
Classes in com.carrotsearch.hppc that implement ObjectObjectMap Modifier and Type Class Description classObjectObjectHashMap<KType,VType>A hash map ofObjecttoObject, implemented using open addressing with linear probing for collision resolution. -
Uses of ObjectObjectMap in org.elasticsearch.common.collect
Classes in org.elasticsearch.common.collect that implement ObjectObjectMap Modifier and Type Class Description static classImmutableOpenMap.Builder<KType,VType>Methods in org.elasticsearch.common.collect with parameters of type ObjectObjectMap Modifier and Type Method Description static <KType,VType>
ImmutableOpenMap<KType,VType>ImmutableOpenMap. copyOf(ObjectObjectMap<KType,VType> map)
-