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 voidclear()booleancontainsKey(Object key)booleancontainsValue(Object value)Set<Map.Entry<K,V>>entrySet()Vget(Object key)booleanisEmpty()Set<K>keySet()HashTable<K,V>parent()Vput(K key, V value)voidputAll(Map<? extends K,? extends V> m)Vremove(Object key)intsize()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:
containsKeyin interfaceMap<K,V>
-
containsValue
public final boolean containsValue(Object value)
- Specified by:
containsValuein interfaceMap<K,V>
-
parent
public final HashTable<K,V> parent()
- Specified by:
parentin interfaceXBasicTable.Bridge<K,V>- Specified by:
parentin interfaceXGettingMap.Satellite<K,V>- Specified by:
parentin interfaceXGettingTable.Bridge<K,V>- Specified by:
parentin interfaceXGettingTable.Satellite<K,V>- Specified by:
parentin interfaceXMap.Bridge<K,V>- Specified by:
parentin interfaceXMap.Satellite<K,V>- Specified by:
parentin interfaceXTable.Bridge<K,V>
-
-