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