<KT,VT> ImmutableMap<KT,VT> |
ImmutableMap.assertElementType(Class<KT> keyType,
Class<VT> valueType) |
|
ImmutableMap<K,V> |
ImmutableMap.Builder.build() |
|
<V2> ImmutableMap<K,V2> |
ImmutableMap.Builder.build(Function<V,V2> valueMappingFunction) |
|
static <K,V> ImmutableMap<K,V> |
ImmutableMap.empty() |
|
<KT> ImmutableMap<KT,V> |
ImmutableMap.ensureKeyType(Class<KT> keyType,
Function<Object,KT> conversionFunction) |
|
ImmutableMap<K,V> |
ImmutableMap.intersection(ImmutableSet<K> keys) |
|
static <C,K,V> ImmutableMap<K,V> |
ImmutableMap.map(Collection<C> collection,
Function<C,Map.Entry<K,V>> mappingFunction) |
|
<KT,VT> ImmutableMap<KT,VT> |
ImmutableMap.map(Function<K,KT> keyMappingFunction,
Function<V,VT> valueMappingFunction) |
|
static <KS,VS,KT,VT> ImmutableMap<KT,VT> |
ImmutableMap.map(Map<KS,VS> source,
Function<KS,KT> keyMappingFunction,
Function<VS,VT> valueMappingFunction) |
|
<VT> ImmutableMap<K,VT> |
ImmutableMap.mapValues(Function<V,VT> valueMappingFunction) |
|
ImmutableMap<K,V> |
ImmutableMap.matching(Predicate<K> predicate) |
|
static <K,V> ImmutableMap<K,V> |
ImmutableMap.of(Map<K,V> map) |
|
static <K,V> ImmutableMap<K,V> |
ImmutableMap.of(Map<K,V> map,
K k1,
V v1) |
|
static <K,V> ImmutableMap<K,V> |
ImmutableMap.of(Map<K,V> map,
K k1,
V v1,
K k2,
V v2) |
|
static <K,V> ImmutableMap<K,V> |
ImmutableMap.of(K k1,
V v1) |
|
static <K,V> ImmutableMap<K,V> |
ImmutableMap.of(K k1,
V v1,
K k2,
V v2) |
|
static <K,V> ImmutableMap<K,V> |
ImmutableMap.of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3) |
|
static <K,V> ImmutableMap<K,V> |
ImmutableMap.of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3,
K k4,
V v4) |
|
static <K,V> ImmutableMap<K,V> |
ImmutableMap.of(K k1,
V v1,
K k2,
V v2,
K k3,
V v3,
K k4,
V v4,
K k5,
V v5) |
|
static <K,V> ImmutableMap<K,V> |
ImmutableMap.ofNonNull(K k1,
V v1) |
|
static <K,V> ImmutableMap<K,V> |
ImmutableMap.ofNonNull(K k1,
V v1,
K k2,
V v2) |
|
static <K,V> ImmutableMap<K,V> |
ImmutableMap.ofNonNull(K k1,
V v1,
K k2,
V v2,
K k3,
V v3) |
|
static <K,V> ImmutableMap<K,V> |
ImmutableMap.ofNonNull(K k1,
V v1,
K k2,
V v2,
K k3,
V v3,
K k4,
V v4) |
|
static <K,V> ImmutableMap<K,V> |
ImmutableMap.ofNonNull(K k1,
V v1,
K k2,
V v2,
K k3,
V v3,
K k4,
V v4,
K k5,
V v5) |
|
<V> ImmutableMap<E,V> |
ImmutableSet.toMap(Function<E,V> mappingFunction) |
|
ImmutableMap<K,V> |
ImmutableMap.with(ImmutableMap<K,V> other) |
|
ImmutableMap<K,V> |
ImmutableMap.with(K key,
V value) |
|
ImmutableMap<K,V> |
ImmutableMap.withComputed(K key,
Function<V,V> f) |
|
static <K,V> ImmutableMap<K,V> |
ImmutableMap.without(Map<K,V> map,
K key) |
|
ImmutableMap<K,V> |
ImmutableMap.without(K key) |
|