Interface XTable.EntriesBridge<K,V>
-
- All Superinterfaces:
Collection<KeyValue<K,V>>
,ComponentType
,Iterable<KeyValue<K,V>>
,OldCollection<KeyValue<K,V>>
,XBasicTable.EntriesBridge<K,V>
,XGettingMap.EntriesBridge<K,V>
,XGettingMap.Satellite<K,V>
,XGettingTable.EntriesBridge<K,V>
,XMap.EntriesBridge<K,V>
public static interface XTable.EntriesBridge<K,V> extends XBasicTable.EntriesBridge<K,V>
-
-
Method Summary
-
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
XTable<K,V> parent()
- Specified by:
parent
in interfaceOldCollection<K>
- Specified by:
parent
in interfaceXBasicTable.EntriesBridge<K,V>
- Specified by:
parent
in interfaceXGettingMap.Satellite<K,V>
- Specified by:
parent
in interfaceXGettingTable.EntriesBridge<K,V>
- Specified by:
parent
in interfaceXMap.EntriesBridge<K,V>
-
-