public abstract class BaseAttributeMap<K,V> extends Object implements Map<K,V>
Modifier and Type | Class and Description |
---|---|
protected class |
BaseAttributeMap.EntryImpl |
Constructor and Description |
---|
BaseAttributeMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
boolean |
isEmpty() |
void |
putAll(Map<? extends K,? extends V> t) |
int |
size() |
String |
toString()
Returns a string representation of this map.
|
Collection<V> |
values() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, get, getOrDefault, hashCode, keySet, merge, put, putIfAbsent, remove, remove, replace, replace, replaceAll
public boolean containsKey(Object key)
containsKey
in interface Map<K,V>
public boolean containsValue(Object value)
containsValue
in interface Map<K,V>
public String toString()
String.valueOf(Object)
.