public interface EntrySetView<K,V> extends Set<Map.Entry<K,V>>, Assetted<MapView<K,V>>, Queryable<Map.Entry<K,V>>, KeyedView
Modifier and Type | Method and Description |
---|---|
default Stream<Map.Entry<K,V>> |
stream() |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf
asset, underlying
Copyright © 2021. All rights reserved.