protected static class AbstractDualBidiMap.Values<V> extends AbstractDualBidiMap.View<Object,V,V> implements Set<V>
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(Object value) |
Iterator<V> |
iterator() |
boolean |
remove(Object value) |
clear, equals, hashCode, removeAll, removeIf, retainAll
add, addAll, containsAll, decorated, isEmpty, setCollection, size, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
add, addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, spliterator, toArray, toArray
parallelStream, removeIf, stream
protected 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 © 2006–2022 Apache Software Foundation. All rights reserved.