protected static class AbstractDualBidiMap.Values extends AbstractDualBidiMap.View implements java.util.Set
parentcollection| Modifier | Constructor and Description |
|---|---|
protected |
Values(AbstractDualBidiMap parent)
Constructs a new view of the BidiMap.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
contains(java.lang.Object value) |
java.util.Iterator |
iterator() |
boolean |
remove(java.lang.Object value) |
clear, removeAll, retainAlladd, addAll, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitprotected Values(AbstractDualBidiMap parent)
parent - the parent BidiMappublic java.util.Iterator iterator()
iterator in interface java.lang.Iterableiterator in interface java.util.Collectioniterator in interface java.util.Setiterator in class AbstractCollectionDecoratorpublic boolean contains(java.lang.Object value)
contains in interface java.util.Collectioncontains in interface java.util.Setcontains in class AbstractCollectionDecoratorpublic boolean remove(java.lang.Object value)
remove in interface java.util.Collectionremove in interface java.util.Setremove in class AbstractCollectionDecoratorCopyright © 2001-2025 Apache Software Foundation. All Rights Reserved.