Package one.microstream.collections
Class EqHashTable.OldVarMap
java.lang.Object
one.microstream.collections.EqHashTable.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
- Enclosing class:
- EqHashTable<K,V>
public final class EqHashTable.OldVarMap extends Object implements XTable.Bridge<K,V>
-
Nested Class Summary
-
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()
EqHashTable<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
-
Constructor Details
-
OldVarMap
public OldVarMap()
-
-
Method Details
-
clear
public final void clear() -
containsKey
- Specified by:
containsKey
in interfaceMap<K,V>
-
containsValue
- Specified by:
containsValue
in interfaceMap<K,V>
-
entrySet
-
get
-
isEmpty
public final boolean isEmpty() -
keySet
-
put
-
putAll
-
remove
-
size
public final int size() -
values
-
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>
-