java.lang.Iterable<V>
, java.util.Collection<V>
, java.util.Set<V>
protected static class AbstractDualBidiMap.Values<V> extends AbstractDualBidiMap.View<java.lang.Object,V,V> implements java.util.Set<V>
parent
Modifier | Constructor | Description |
---|---|---|
protected |
Values(AbstractDualBidiMap<?,V> parent) |
Constructs a new view of the BidiMap.
|
Modifier and Type | Method | Description |
---|---|---|
boolean |
contains(java.lang.Object value) |
|
java.util.Iterator<V> |
iterator() |
|
boolean |
remove(java.lang.Object value) |
add, addAll, containsAll, decorated, isEmpty, setCollection, size, toArray, toArray, toString
clear, equals, hashCode, removeAll, retainAll
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>
Copyright © 2001-2019 - Apache Software Foundation