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, retainAlladd, addAll, containsAll, decorated, isEmpty, setCollection, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitadd, addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, spliterator, toArray, toArrayparallelStream, removeIf, streamprotected Values(AbstractDualBidiMap<?,V> parent)
parent - the parent BidiMapCopyright © 2001–2018 The Apache Software Foundation. All rights reserved.