Modifier and Type | Class and Description |
---|---|
static class |
TAbstractMap.SimpleEntry<K,V> |
static class |
TAbstractMap.SimpleImmutableEntry<K,V> |
TMap.Entry<K1,V1>
Modifier | Constructor and Description |
---|---|
protected |
TAbstractMap() |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
protected Object |
clone() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
abstract TSet<TMap.Entry<K,V>> |
entrySet() |
boolean |
equals(Object obj) |
V |
get(Object key) |
int |
hashCode() |
boolean |
isEmpty() |
TSet<K> |
keySet() |
V |
put(K key,
V value) |
void |
putAll(TMap<? extends K,? extends V> m) |
V |
remove(Object key) |
int |
size() |
TCollection<V> |
values() |
equals0, finalize, getClass0, notify0, notifyAll0, toString, wait0, wait0, waitImpl
compute, computeIfAbsent, computeIfPresent, getOrDefault, merge, putIfAbsent, replace, replace
public boolean containsValue(Object value)
containsValue
in interface TMap<K,V>
public boolean containsKey(Object key)
containsKey
in interface TMap<K,V>
public abstract TSet<TMap.Entry<K,V>> entrySet()
protected Object clone() throws TCloneNotSupportedException
clone
in class TObject
TCloneNotSupportedException
Copyright © 2019. All rights reserved.