public class VanillaKeySetView<K,V> extends AbstractCollection<K> implements KeySetView<K>
| Constructor and Description |
|---|
VanillaKeySetView(RequestContext context,
Asset asset,
MapView<K,V,V> kvMapView) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(K k) |
boolean |
contains(Object o) |
boolean |
equals(Object obj) |
int |
hashCode() |
Iterator<K> |
iterator() |
boolean |
remove(Object o) |
int |
size() |
addAll, clear, containsAll, isEmpty, removeAll, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddAll, clear, containsAll, isEmpty, removeAll, retainAll, spliterator, toArray, toArrayparallelStream, removeIf, streampublic int size()
size in interface Collection<K>size in interface Set<K>size in class AbstractCollection<K>public boolean contains(Object o)
contains in interface Collection<K>contains in interface Set<K>contains in class AbstractCollection<K>public int hashCode()
public boolean equals(Object obj)
public boolean add(K k)
add in interface Collection<K>add in interface Set<K>add in class AbstractCollection<K>public boolean remove(Object o)
remove in interface Collection<K>remove in interface Set<K>remove in class AbstractCollection<K>Copyright © 2015. All rights reserved.