static class SingletonMap.SingletonValues<V>
extends java.util.AbstractSet<V>
implements java.io.Serializable
Modifier and Type | Field and Description |
---|---|
private SingletonMap<?,V> |
parent |
private static long |
serialVersionUID |
Constructor and Description |
---|
SingletonValues(SingletonMap<?,V> parent) |
Modifier and Type | Method and Description |
---|---|
void |
clear() |
boolean |
contains(java.lang.Object object) |
boolean |
isEmpty() |
java.util.Iterator<V> |
iterator() |
int |
size() |
add, addAll, containsAll, remove, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
private static final long serialVersionUID
private final SingletonMap<?,V> parent
SingletonValues(SingletonMap<?,V> parent)