public abstract class MinimalMap<K,V> extends Object implements Map<K,V>
| コンストラクタと説明 |
|---|
MinimalMap() |
| 修飾子とタイプ | メソッドと説明 |
|---|---|
void |
clear() |
boolean |
containsKey(Object k) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
boolean |
isEmpty() |
Set<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(Map<? extends K,? extends V> m) |
V |
remove(Object key) |
int |
size() |
Collection<V> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcompute, computeIfAbsent, computeIfPresent, equals, forEach, get, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic boolean containsValue(Object value)
containsValue インタフェース内 Map<K,V>public boolean containsKey(Object k)
containsKey インタフェース内 Map<K,V>Copyright © 2009–2016. All rights reserved.