protected static class AbstractDualBidiMap.Values extends AbstractDualBidiMap.View implements java.util.Set
parent
collection
Modifier | Constructor and Description |
---|---|
protected |
Values(AbstractDualBidiMap parent)
Constructs a new view of the BidiMap.
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(java.lang.Object value) |
java.util.Iterator |
iterator() |
boolean |
remove(java.lang.Object value) |
clear, removeAll, retainAll
add, addAll, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected Values(AbstractDualBidiMap parent)
parent
- the parent BidiMappublic java.util.Iterator iterator()
iterator
in interface java.lang.Iterable
iterator
in interface java.util.Collection
iterator
in interface java.util.Set
iterator
in class AbstractCollectionDecorator
public boolean contains(java.lang.Object value)
contains
in interface java.util.Collection
contains
in interface java.util.Set
contains
in class AbstractCollectionDecorator
public boolean remove(java.lang.Object value)
remove
in interface java.util.Collection
remove
in interface java.util.Set
remove
in class AbstractCollectionDecorator