protected static class AbstractDualBidiMap.Values<V> extends AbstractDualBidiMap.View<Object,V,V> implements Set<V>
parent
Modifier | Constructor and Description |
---|---|
protected |
AbstractDualBidiMap.Values(AbstractDualBidiMap<?,V> parent)
Constructs a new view of the BidiMap.
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Object value) |
Iterator<V> |
iterator() |
boolean |
remove(Object value) |
clear, removeAll, retainAll
add, addAll, containsAll, decorated, equals, hashCode, isEmpty, setCollection, size, toArray, toArray, toString
protected AbstractDualBidiMap.Values(AbstractDualBidiMap<?,V> parent)
parent
- the parent BidiMappublic boolean contains(Object value)
contains
in interface Collection<V>
contains
in interface Set<V>
contains
in class AbstractCollectionDecorator<V>
public boolean remove(Object value)
remove
in interface Collection<V>
remove
in interface Set<V>
remove
in class AbstractCollectionDecorator<V>
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.