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() |
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, waitadd, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic VanillaEntrySetView(RequestContext context, Asset asset, @NotNull MapView<K,MV,V> mapView) throws AssetNotFoundException
AssetNotFoundExceptionCopyright © 2015. All rights reserved.