public class VanillaEntrySetView<K,V> extends AbstractCollection<Map.Entry<K,V>> implements EntrySetView<K,V>
Modifier and Type | Field and Description |
---|---|
protected @NotNull MapView<K,V> |
mapView |
Constructor and Description |
---|
VanillaEntrySetView(RequestContext context,
Asset asset,
@NotNull MapView<K,V> mapView) |
Modifier and Type | Method and Description |
---|---|
Asset |
asset() |
boolean |
equals(Object obj) |
int |
hashCode() |
@NotNull Iterator<Map.Entry<K,V>> |
iterator() |
int |
size() |
MapView<K,V> |
underlying() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
stream
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, spliterator, toArray, toArray
parallelStream, removeIf
public VanillaEntrySetView(RequestContext context, Asset asset, @NotNull @NotNull MapView<K,V> mapView)
public int size()
public Asset asset()
public MapView<K,V> underlying()
underlying
in interface Assetted<MapView<K,V>>
public int hashCode()
Copyright © 2021. All rights reserved.