public final class ImmutableMap4<K,V> extends AbstractImmutableMap<K,V>
| 限定符和类型 | 方法和说明 |
|---|---|
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
V |
get(Object key) |
static <K,V> ImmutableMap4<K,V> |
newMap(Map<K,V> map) |
int |
size() |
Map<K,V> |
toMap() |
clear, compute, computeIfAbsent, computeIfPresent, entrySet, equals, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, toString, valuesforEach, getOrDefaultpublic static <K,V> ImmutableMap4<K,V> newMap(Map<K,V> map)
public int size()
public boolean containsKey(Object key)
public boolean containsValue(Object value)
Copyright © 2023 The Ant Financial. All rights reserved.