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