| Package | Description |
|---|---|
| org.mule.runtime.api.util.collection |
| Modifier and Type | Method and Description |
|---|---|
SmallMap<K,V> |
SmallMap.copy()
Creates a copy of this map.
|
static <K,V> SmallMap<K,V> |
SmallMap.of(K key,
V value)
Creates a new instance of a single entry described by the given
key and value |
static <K,V> SmallMap<K,V> |
SmallMap.of(K k1,
V v1,
K k2,
V v2)
Creates a new instance of a two entries described by the given keys and values
|
static <K,V> SmallMap<K,V> |
SmallMap.of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3)
Creates a new instance of a three entries described by the given keys and values
|
static <K,V> SmallMap<K,V> |
SmallMap.of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3,
K k4,
V v4)
Creates a new instance of a four entries described by the given keys and values
|
static <K,V> SmallMap<K,V> |
SmallMap.of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3,
K k4,
V v4,
K k5,
V v5)
Creates a new instance of a five entries described by the given keys and values
|
Copyright © 2024 MuleSoft, Inc.. All rights reserved.