Interface XMap.Bridge<K,V>
-
- All Superinterfaces:
ComponentType
,Map<K,V>
,XGettingMap.Bridge<K,V>
,XGettingMap.Satellite<K,V>
,XMap.Satellite<K,V>
- All Known Subinterfaces:
XBasicTable.Bridge<K,V>
,XChart.Bridge<K,V>
,XTable.Bridge<K,V>
- All Known Implementing Classes:
EqHashTable.OldVarMap
,HashTable.OldVarMap
public static interface XMap.Bridge<K,V> extends XGettingMap.Bridge<K,V>, XMap.Satellite<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
-
-