protected static class AbstractDualBidiMap.KeySet<K> extends AbstractDualBidiMap.View<K,Object,K> implements Set<K>
parent
Modifier | Constructor and Description |
---|---|
protected |
AbstractDualBidiMap.KeySet(AbstractDualBidiMap<K,?> parent)
Constructs a new view of the BidiMap.
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(Object key) |
Iterator<K> |
iterator() |
boolean |
remove(Object key) |
clear, removeAll, retainAll
add, addAll, containsAll, decorated, equals, hashCode, isEmpty, setCollection, size, toArray, toArray, toString
protected AbstractDualBidiMap.KeySet(AbstractDualBidiMap<K,?> parent)
parent
- the parent BidiMapCopyright © 2001–2013 The Apache Software Foundation. All rights reserved.