protected static class AbstractDualBidiMap.KeySet extends AbstractDualBidiMap.View implements Set
parent
collection
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, retainAll
add, addAll, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
protected AbstractDualBidiMap.KeySet(AbstractDualBidiMap parent)
parent
- the parent BidiMappublic Iterator iterator()
iterator
in interface Iterable
iterator
in interface Collection
iterator
in interface Set
iterator
in class AbstractCollectionDecorator
public boolean contains(Object key)
contains
in interface Collection
contains
in interface Set
contains
in class AbstractCollectionDecorator
public boolean remove(Object key)
remove
in interface Collection
remove
in interface Set
remove
in class AbstractCollectionDecorator
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.