Package one.microstream.collections
Class ConstHashTable.OldVarMap
java.lang.Object
one.microstream.collections.ConstHashTable.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:
- ConstHashTable<K,V>
public final class ConstHashTable.OldVarMap extends Object implements XImmutableTable.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()ConstHashTable<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- XGettingMap.Satellite<K,V>
- Specified by:
- parentin interface- XGettingTable.Bridge<K,V>
- Specified by:
- parentin interface- XGettingTable.Satellite<K,V>
- Specified by:
- parentin interface- XImmutableMap.Satellite<K,V>
- Specified by:
- parentin interface- XImmutableTable.Bridge<K,V>
- Specified by:
- parentin interface- XImmutableTable.Satellite<K,V>
 
 
-