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 SummaryConstructors Constructor Description OldVarMap()
- 
Method SummaryModifier and Type Method Description voidclear()booleancontainsKey(Object key)booleancontainsValue(Object value)Set<Map.Entry<K,V>>entrySet()Vget(Object key)booleanisEmpty()Set<K>keySet()EqHashTable<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.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Mapcompute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
- 
Constructor Details- 
OldVarMappublic OldVarMap()
 
- 
- 
Method Details- 
clearpublic final void clear()
- 
containsKey- Specified by:
- containsKeyin interface- Map<K,V>
 
- 
containsValue- Specified by:
- containsValuein interface- Map<K,V>
 
- 
entrySet
- 
get
- 
isEmptypublic final boolean isEmpty()
- 
keySet
- 
put
- 
putAll
- 
remove
- 
sizepublic final int size()
- 
values
- 
parent- Specified by:
- parentin interface- XBasicTable.Bridge<K,V>
- Specified by:
- parentin interface- XGettingMap.Satellite<K,V>
- Specified by:
- parentin interface- XGettingTable.Bridge<K,V>
- Specified by:
- parentin interface- XGettingTable.Satellite<K,V>
- Specified by:
- parentin interface- XMap.Bridge<K,V>
- Specified by:
- parentin interface- XMap.Satellite<K,V>
- Specified by:
- parentin interface- XTable.Bridge<K,V>
 
 
-