Interface XGettingTable.Satellite<K,V>
-
- All Superinterfaces:
ComponentType
,XGettingMap.Satellite<K,V>
- All Known Subinterfaces:
XBasicTable.Bridge<K,V>
,XBasicTable.Keys<K,V>
,XBasicTable.Satellite<K,V>
,XBasicTable.Values<K,V>
,XChart.Bridge<K,V>
,XChart.Keys<K,V>
,XChart.Satellite<K,V>
,XChart.Values<K,V>
,XGettingTable.Bridge<K,V>
,XGettingTable.Keys<K,V>
,XGettingTable.Values<K,V>
,XImmutableTable.Bridge<K,V>
,XImmutableTable.EntriesBridge<K,V>
,XImmutableTable.Keys<K,V>
,XImmutableTable.Satellite<K,V>
,XImmutableTable.Values<K,V>
,XTable.Bridge<K,V>
,XTable.Keys<K,V>
,XTable.Satellite<K,V>
,XTable.Values<K,V>
- All Known Implementing Classes:
ConstHashTable.Keys
,ConstHashTable.OldVarMap
,ConstHashTable.Values
,EqConstHashTable.Keys
,EqConstHashTable.OldVarMap
,EqConstHashTable.Values
,EqHashTable.Keys
,EqHashTable.OldVarMap
,EqHashTable.Values
,HashTable.Keys
,HashTable.OldVarMap
,HashTable.Values
- Enclosing interface:
- XGettingTable<K,V>
public static interface XGettingTable.Satellite<K,V> extends XGettingMap.Satellite<K,V>
-
-
Method Summary
Modifier and Type Method Description XGettingTable<K,V>
parent()
-
-
-
Method Detail
-
parent
XGettingTable<K,V> parent()
- Specified by:
parent
in interfaceXGettingMap.Satellite<K,V>
-
-