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