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