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