public class VanillaEntrySetView<K,MV,V> extends AbstractCollection<Map.Entry<K,V>> implements EntrySetView<K,MV,V>
| Constructor and Description |
|---|
VanillaEntrySetView(RequestContext context,
Asset asset,
MapView<K,MV,V> mapView) |
| Modifier and Type | Method and Description |
|---|---|
Asset |
asset() |
boolean |
equals(Object obj) |
int |
hashCode() |
Iterator<Map.Entry<K,V>> |
iterator() |
boolean |
keyedView()
If you attach a keyed view to an Asset, it is assumed that any child asset with be a SubAsset.
|
int |
size() |
MapView<K,MV,V> |
underlying() |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitstreamadd, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, spliterator, toArray, toArrayparallelStream, removeIfpublic VanillaEntrySetView(RequestContext context, Asset asset, @NotNull MapView<K,MV,V> mapView) throws AssetNotFoundException
AssetNotFoundExceptionpublic int size()
public Asset asset()
public boolean keyedView()
Viewpublic int hashCode()
Copyright © 2015. All rights reserved.