Interface XGettingMap.EntriesBridge<K,V>
-
- All Superinterfaces:
Collection<KeyValue<K,V>>,ComponentType,Iterable<KeyValue<K,V>>,OldCollection<KeyValue<K,V>>,XGettingMap.Satellite<K,V>
- All Known Subinterfaces:
XBasicTable.EntriesBridge<K,V>,XChart.EntriesBridge<K,V>,XGettingTable.EntriesBridge<K,V>,XImmutableMap.EntriesBridge<K,V>,XImmutableTable.EntriesBridge<K,V>,XMap.EntriesBridge<K,V>,XTable.EntriesBridge<K,V>
- Enclosing interface:
- XGettingMap<K,V>
public static interface XGettingMap.EntriesBridge<K,V> extends XGettingMap.Satellite<K,V>, OldCollection<KeyValue<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, parent, toArray
-
Methods inherited from interface one.microstream.collections.types.XGettingMap.Satellite
parent
-
-