Package one.microstream.collections
Class HashTable.OldVarMap
- java.lang.Object
-
- one.microstream.collections.HashTable.OldVarMap
-
- All Implemented Interfaces:
Map<K,V>
,XBasicTable.Bridge<K,V>
,XGettingMap.Bridge<K,V>
,XGettingMap.Satellite<K,V>
,XGettingTable.Bridge<K,V>
,XGettingTable.Satellite<K,V>
,XMap.Bridge<K,V>
,XMap.Satellite<K,V>
,XTable.Bridge<K,V>
,ComponentType
public final class HashTable.OldVarMap extends Object implements XTable.Bridge<K,V>
-
-
Constructor Summary
Constructors Constructor Description OldVarMap()
-
Method Summary
Modifier and Type Method 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()
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-
-
-
Method Detail
-
containsKey
public final boolean containsKey(Object key)
- Specified by:
containsKey
in interfaceMap<K,V>
-
containsValue
public final boolean containsValue(Object value)
- Specified by:
containsValue
in interfaceMap<K,V>
-
parent
public final HashTable<K,V> parent()
- Specified by:
parent
in interfaceXBasicTable.Bridge<K,V>
- Specified by:
parent
in interfaceXGettingMap.Satellite<K,V>
- Specified by:
parent
in interfaceXGettingTable.Bridge<K,V>
- Specified by:
parent
in interfaceXGettingTable.Satellite<K,V>
- Specified by:
parent
in interfaceXMap.Bridge<K,V>
- Specified by:
parent
in interfaceXMap.Satellite<K,V>
- Specified by:
parent
in interfaceXTable.Bridge<K,V>
-
-