Package org.opensearch.common.collect
Class Map
java.lang.Object
org.opensearch.common.collect.Map
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <K,V> Map<K, V> Delegates to the Java10Map.copyOf()method.static <K,V> Map.Entry<K, V> entry(K k, V v) Delegates to the Java9Map.entry()method.static <K,V> Map<K, V> of()Delegates to the Java9Map.of()method.static <K,V> Map<K, V> of(K k1, V v1) Delegates to the Java9Map.of()method.static <K,V> Map<K, V> of(K k1, V v1, K k2, V v2) Delegates to the Java9Map.of()method.static <K,V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3) Delegates to the Java9Map.of()method.static <K,V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4) Delegates to the Java9Map.of()method.static <K,V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5) Delegates to the Java9Map.of()method.static <K,V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6) Delegates to the Java9Map.of()method.static <K,V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7) Delegates to the Java9Map.of()method.static <K,V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7, K k8, V v8) Delegates to the Java9Map.of()method.static <K,V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7, K k8, V v8, K k9, V v9) Delegates to the Java9Map.of()method.static <K,V> Map<K, V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7, K k8, V v8, K k9, V v9, K k10, V v10) Delegates to the Java9Map.of()method.static <K,V> Map<K, V> Delegates to the Java9Map.ofEntries()method.
-
Constructor Details
-
Map
public Map()
-
-
Method Details
-
of
Delegates to the Java9Map.of()method. -
of
Delegates to the Java9Map.of()method. -
of
Delegates to the Java9Map.of()method. -
of
Delegates to the Java9Map.of()method. -
of
Delegates to the Java9Map.of()method. -
of
Delegates to the Java9Map.of()method. -
of
public static <K,V> Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6) Delegates to the Java9Map.of()method. -
of
public static <K,V> Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7) Delegates to the Java9Map.of()method. -
of
public static <K,V> Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7, K k8, V v8) Delegates to the Java9Map.of()method. -
of
public static <K,V> Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7, K k8, V v8, K k9, V v9) Delegates to the Java9Map.of()method. -
of
public static <K,V> Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4, K k5, V v5, K k6, V v6, K k7, V v7, K k8, V v8, K k9, V v9, K k10, V v10) Delegates to the Java9Map.of()method. -
ofEntries
Delegates to the Java9Map.ofEntries()method. -
entry
Delegates to the Java9Map.entry()method. -
copyOf
Delegates to the Java10Map.copyOf()method.
-