public final class HashTable.OldVarMap extends Object implements XTable.Bridge<K,V>
| Constructor and Description |
|---|
OldVarMap() |
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
containsKey(Object key) |
boolean |
containsValue(Object value) |
Set<Map.Entry<K,V>> |
entrySet() |
V |
get(Object key) |
boolean |
isEmpty() |
Set<K> |
keySet() |
HashTable<K,V> |
parent() |
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, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAllpublic final boolean containsKey(Object key)
containsKey in interface Map<K,V>public final boolean containsValue(Object value)
containsValue in interface Map<K,V>public final HashTable<K,V> parent()
parent in interface XBasicTable.Bridge<K,V>parent in interface XGettingMap.Satellite<K,V>parent in interface XGettingTable.Bridge<K,V>parent in interface XGettingTable.Satellite<K,V>parent in interface XMap.Bridge<K,V>parent in interface XMap.Satellite<K,V>parent in interface XTable.Bridge<K,V>Copyright © 2022 MicroStream Software. All rights reserved.