Interface XBasicTable.Bridge<K,V>
-
- All Superinterfaces:
ComponentType
,Map<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>
- All Known Subinterfaces:
XChart.Bridge<K,V>
,XTable.Bridge<K,V>
- All Known Implementing Classes:
EqHashTable.OldVarMap
,HashTable.OldVarMap
- Enclosing interface:
- XBasicTable<K,V>
public static interface XBasicTable.Bridge<K,V> extends XMap.Bridge<K,V>, XGettingTable.Bridge<K,V>
-
-
Method Summary
Modifier and Type Method Description XBasicTable<K,V>
parent()
-
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
-
-
-
-
Method Detail
-
parent
XBasicTable<K,V> parent()
- Specified by:
parent
in interfaceXGettingMap.Satellite<K,V>
- Specified by:
parent
in interfaceXGettingTable.Bridge<K,V>
- Specified by:
parent
in interfaceXGettingTable.Satellite<K,V>
- Specified by:
parent
in interfaceXMap.Bridge<K,V>
- Specified by:
parent
in interfaceXMap.Satellite<K,V>
-
-