protected static class AbstractDualBidiMap.Values<V> extends AbstractDualBidiMap.View<java.lang.Object,V,V> implements java.util.Set<V>
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID
Serialization version
|
parent| Modifier | Constructor and Description |
|---|---|
protected |
Values(AbstractDualBidiMap<?,V> parent)
Constructs a new view of the BidiMap.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.lang.Object value) |
java.util.Iterator<V> |
iterator() |
boolean |
remove(java.lang.Object value) |
clear, removeAll, retainAlladd, addAll, containsAll, decorated, equals, hashCode, isEmpty, setCollection, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitprivate static final long serialVersionUID
protected Values(AbstractDualBidiMap<?,V> parent)
parent - the parent BidiMappublic java.util.Iterator<V> iterator()
public boolean contains(java.lang.Object value)
contains in interface java.util.Collection<V>contains in interface java.util.Set<V>contains in class AbstractCollectionDecorator<V>public boolean remove(java.lang.Object value)
remove in interface java.util.Collection<V>remove in interface java.util.Set<V>remove in class AbstractCollectionDecorator<V>