public final class SimpleMap
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
static <K,V> java.util.Map<K,V> |
of(K k1,
V v1)
Of map.
|
static <K,V> java.util.Map<K,V> |
of(K k1,
V v1,
K k2,
V v2)
Of map.
|
static <K,V> java.util.Map<K,V> |
of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3)
Of map.
|
static <K,V> java.util.Map<K,V> |
of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3,
K k4,
V v4)
Of map.
|
static <K,V> java.util.Map<K,V> |
of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3,
K k4,
V v4,
K k5,
V v5)
Of map.
|
static <K,V> java.util.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)
Of map.
|
static <K,V> java.util.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)
Of map.
|
static <K,V> java.util.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)
Of map.
|
public static <K,V> java.util.Map<K,V> of(K k1, V v1)
K
- the type parameterV
- the type parameterk1
- the k1v1
- the v1public static <K,V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2)
K
- the type parameterV
- the type parameterk1
- the k1v1
- the v1k2
- the k2v2
- the v2public static <K,V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3)
K
- the type parameterV
- the type parameterk1
- the k1v1
- the v1k2
- the k2v2
- the v2k3
- the k3v3
- the v3public static <K,V> java.util.Map<K,V> of(K k1, V v1, K k2, V v2, K k3, V v3, K k4, V v4)
K
- the type parameterV
- the type parameterk1
- the k1v1
- the v1k2
- the k2v2
- the v2k3
- the k3v3
- the v3k4
- the k4v4
- the v4public static <K,V> java.util.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
- the type parameterV
- the type parameterk1
- the k1v1
- the v1k2
- the k2v2
- the v2k3
- the k3v3
- the v3k4
- the k4v4
- the v4k5
- the k5v5
- the v5public static <K,V> java.util.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
- the type parameterV
- the type parameterk1
- the k1v1
- the v1k2
- the k2v2
- the v2k3
- the k3v3
- the v3k4
- the k4v4
- the v4k5
- the k5v5
- the v5k6
- the k6v6
- the v6public static <K,V> java.util.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
- the type parameterV
- the type parameterk1
- the k1v1
- the v1k2
- the k2v2
- the v2k3
- the k3v3
- the v3k4
- the k4v4
- the v4k5
- the k5v5
- the v5k6
- the k6v6
- the v6k7
- the k7v7
- the v7public static <K,V> java.util.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
- the type parameterV
- the type parameterk1
- the k1v1
- the v1k2
- the k2v2
- the v2k3
- the k3v3
- the v3k4
- the k4v4
- the v4k5
- the k5v5
- the v5k6
- the k6v6
- the v6k7
- the k7v7
- the v7k8
- the k8v8
- the v8