Package one.microstream.collections
Class EqConstHashTable.OldVarMap
- java.lang.Object
-
- one.microstream.collections.EqConstHashTable.OldVarMap
-
- All Implemented Interfaces:
Map<K,V>
,XGettingMap.Bridge<K,V>
,XGettingMap.Satellite<K,V>
,XGettingTable.Bridge<K,V>
,XGettingTable.Satellite<K,V>
,XImmutableMap.Bridge<K,V>
,XImmutableMap.Satellite<K,V>
,XImmutableTable.Bridge<K,V>
,XImmutableTable.Satellite<K,V>
,ComponentType
- Enclosing class:
- EqConstHashTable<K,V>
public final class EqConstHashTable.OldVarMap extends Object implements XImmutableTable.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()
EqConstHashTable<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 EqConstHashTable<K,V> parent()
- 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 interfaceXImmutableMap.Satellite<K,V>
- Specified by:
parent
in interfaceXImmutableTable.Bridge<K,V>
- Specified by:
parent
in interfaceXImmutableTable.Satellite<K,V>
-
-