Interface XGettingTable.EntriesBridge<K,V>
-
- All Superinterfaces:
Collection<KeyValue<K,V>>,ComponentType,Iterable<KeyValue<K,V>>,OldCollection<KeyValue<K,V>>,XGettingMap.EntriesBridge<K,V>,XGettingMap.Satellite<K,V>
- All Known Subinterfaces:
XBasicTable.EntriesBridge<K,V>,XChart.EntriesBridge<K,V>,XImmutableTable.EntriesBridge<K,V>,XTable.EntriesBridge<K,V>
- Enclosing interface:
- XGettingTable<K,V>
public static interface XGettingTable.EntriesBridge<K,V> extends XGettingMap.EntriesBridge<K,V>
-
-
Method Summary
Modifier and Type Method Description XGettingTable<K,V>parent()-
Methods inherited from interface java.util.Collection
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, parallelStream, remove, removeAll, removeIf, retainAll, size, spliterator, stream, toArray, toArray
-
Methods inherited from interface one.microstream.collections.old.OldCollection
bla, toArray
-
-
-
-
Method Detail
-
parent
XGettingTable<K,V> parent()
- Specified by:
parentin interfaceOldCollection<K>- Specified by:
parentin interfaceXGettingMap.Satellite<K,V>
-
-