java.lang.Iterable
, java.util.Collection
AbstractDualBidiMap.EntrySet
, AbstractDualBidiMap.KeySet
, AbstractDualBidiMap.Values
protected abstract static class AbstractDualBidiMap.View extends AbstractCollectionDecorator
Modifier and Type | Field | Description |
---|---|---|
protected AbstractDualBidiMap |
parent |
The parent map
|
collection
Modifier | Constructor | Description |
---|---|---|
protected |
View(java.util.Collection coll,
AbstractDualBidiMap parent) |
Constructs a new view of the BidiMap.
|
Modifier and Type | Method | Description |
---|---|---|
void |
clear() |
|
boolean |
removeAll(java.util.Collection coll) |
|
boolean |
retainAll(java.util.Collection coll) |
add, addAll, contains, containsAll, equals, getCollection, hashCode, isEmpty, iterator, remove, size, toArray, toArray, toString
protected final AbstractDualBidiMap parent
protected View(java.util.Collection coll, AbstractDualBidiMap parent)
coll
- the collection view being decoratedparent
- the parent BidiMappublic boolean removeAll(java.util.Collection coll)
removeAll
in interface java.util.Collection
removeAll
in class AbstractCollectionDecorator
public boolean retainAll(java.util.Collection coll)
retainAll
in interface java.util.Collection
retainAll
in class AbstractCollectionDecorator
public void clear()
clear
in interface java.util.Collection
clear
in class AbstractCollectionDecorator
Copyright © 2001-2017 Apache Software Foundation. All Rights Reserved.