protected abstract static class AbstractDualBidiMap.View extends AbstractCollectionDecorator
| Modifier and Type | Field and Description |
|---|---|
protected AbstractDualBidiMap |
parent
The parent map
|
collection| Modifier | Constructor and Description |
|---|---|
protected |
View(java.util.Collection coll,
AbstractDualBidiMap parent)
Constructs a new view of the BidiMap.
|
| Modifier and Type | Method and 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, toStringprotected 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.CollectionremoveAll in class AbstractCollectionDecoratorpublic boolean retainAll(java.util.Collection coll)
retainAll in interface java.util.CollectionretainAll in class AbstractCollectionDecoratorpublic void clear()
clear in interface java.util.Collectionclear in class AbstractCollectionDecoratorCopyright © 2001-2025 Apache Software Foundation. All Rights Reserved.