public class VanillaEntrySetView<K,MV,V> extends AbstractCollection<Map.Entry<K,V>> implements EntrySetView<K,MV,V>
| Constructor and Description |
|---|
VanillaEntrySetView(Asset asset,
KeyValueStore<K,MV,V> underlying) |
VanillaEntrySetView(FactoryContext<KeyValueStore<K,MV,V>> context) |
| Modifier and Type | Method and Description |
|---|---|
Asset |
asset() |
void |
asset(Asset asset) |
View |
forSession(LocalSession session,
Asset asset) |
Iterator<Map.Entry<K,V>> |
iterator() |
int |
size() |
KeyValueStore<K,MV,V> |
underlying() |
void |
underlying(KeyValueStore<K,MV,V> underlying) |
add, addAll, clear, contains, containsAll, isEmpty, remove, removeAll, retainAll, toArray, toArray, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitadd, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, remove, removeAll, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streamisUnderlyingforSessionpublic VanillaEntrySetView(FactoryContext<KeyValueStore<K,MV,V>> context)
public VanillaEntrySetView(Asset asset, KeyValueStore<K,MV,V> underlying)
public View forSession(LocalSession session, Asset asset)
forSession in interface Viewpublic int size()
public void asset(Asset asset)
public void underlying(KeyValueStore<K,MV,V> underlying)
underlying in interface Assetted<KeyValueStore<K,MV,V>>public KeyValueStore<K,MV,V> underlying()
underlying in interface Assetted<KeyValueStore<K,MV,V>>Copyright © 2015. All rights reserved.