java.lang.Iterable<K>, java.util.Collection<K>, java.util.Set<K>protected static class AbstractDualBidiMap.KeySet<K> extends AbstractDualBidiMap.View<K,java.lang.Object,K> implements java.util.Set<K>
parent| Modifier | Constructor | Description |
|---|---|---|
protected |
KeySet(AbstractDualBidiMap<K,?> parent) |
Constructs a new view of the BidiMap.
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
contains(java.lang.Object key) |
|
java.util.Iterator<K> |
iterator() |
|
boolean |
remove(java.lang.Object key) |
add, addAll, containsAll, decorated, isEmpty, setCollection, size, toArray, toArray, toStringclear, equals, hashCode, removeAll, retainAllprotected KeySet(AbstractDualBidiMap<K,?> parent)
parent - the parent BidiMappublic java.util.Iterator<K> iterator()
public boolean contains(java.lang.Object key)
contains in interface java.util.Collection<K>contains in interface java.util.Set<K>contains in class AbstractCollectionDecorator<K>public boolean remove(java.lang.Object key)
remove in interface java.util.Collection<K>remove in interface java.util.Set<K>remove in class AbstractCollectionDecorator<K>Copyright © 2001-2019 - Apache Software Foundation