Interface XImmutableMap.Bridge<K,V>
-
- All Superinterfaces:
ComponentType
,Map<K,V>
,XGettingMap.Bridge<K,V>
,XGettingMap.Satellite<K,V>
- All Known Subinterfaces:
XImmutableTable.Bridge<K,V>
- All Known Implementing Classes:
ConstHashTable.OldVarMap
,EqConstHashTable.OldVarMap
- Enclosing interface:
- XImmutableMap<K,V>
public static interface XImmutableMap.Bridge<K,V> extends XGettingMap.Bridge<K,V>
-
-
Method Summary
-
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
-
Methods inherited from interface one.microstream.collections.types.XGettingMap.Satellite
parent
-
-