protected abstract static class AbstractDualBidiMap.View<K,V,E> extends AbstractCollectionDecorator<E>
| Modifier and Type | Field and Description |
|---|---|
protected AbstractDualBidiMap<K,V> |
parent
The parent map
|
collection| Modifier | Constructor and Description |
|---|---|
protected |
AbstractDualBidiMap.View(Collection<E> coll,
AbstractDualBidiMap<K,V> parent)
Constructs a new view of the BidiMap.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
boolean |
removeAll(Collection<?> coll) |
boolean |
retainAll(Collection<?> coll) |
protected final AbstractDualBidiMap<K,V> parent
protected AbstractDualBidiMap.View(Collection<E> coll, AbstractDualBidiMap<K,V> parent)
coll - the collection view being decoratedparent - the parent BidiMappublic boolean removeAll(Collection<?> coll)
removeAll in interface Collection<E>removeAll in class AbstractCollectionDecorator<E>public boolean retainAll(Collection<?> coll)
retainAll in interface Collection<E>retainAll in class AbstractCollectionDecorator<E>public void clear()
clear in interface Collection<E>clear in class AbstractCollectionDecorator<E>Copyright © 2001-2013 The Apache Software Foundation. All Rights Reserved.