protected static class AbstractDualBidiMap.Values extends AbstractDualBidiMap.View implements Set
parentcollection| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDualBidiMap.Values(AbstractDualBidiMap parent)
Constructs a new view of the BidiMap.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(Object value) |
Iterator |
iterator() |
boolean |
remove(Object value) |
clear, removeAll, retainAlladd, addAll, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toStringprotected AbstractDualBidiMap.Values(AbstractDualBidiMap parent)
parent - the parent BidiMappublic Iterator iterator()
iterator in interface Iterableiterator in interface Collectioniterator in interface Setiterator in class AbstractCollectionDecoratorpublic boolean contains(Object value)
contains in interface Collectioncontains in interface Setcontains in class AbstractCollectionDecoratorpublic boolean remove(Object value)
remove in interface Collectionremove in interface Setremove in class AbstractCollectionDecoratorCopyright © 2001–2015 The Apache Software Foundation. All rights reserved.