|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.commons.collections.collection.AbstractCollectionDecorator org.apache.commons.collections.bidimap.AbstractDualBidiMap.View org.apache.commons.collections.bidimap.AbstractDualBidiMap.Values
protected static class AbstractDualBidiMap.Values
Inner class Values.
Field Summary |
---|
Fields inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View |
---|
parent |
Fields inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator |
---|
collection |
Constructor Summary | |
---|---|
protected |
AbstractDualBidiMap.Values(AbstractDualBidiMap parent)
Constructs a new view of the BidiMap. |
Method Summary | |
---|---|
boolean |
contains(java.lang.Object value)
|
java.util.Iterator |
iterator()
|
boolean |
remove(java.lang.Object value)
|
Methods inherited from class org.apache.commons.collections.bidimap.AbstractDualBidiMap.View |
---|
clear, removeAll, retainAll |
Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator |
---|
add, addAll, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface java.util.Set |
---|
add, addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArray |
Constructor Detail |
---|
protected AbstractDualBidiMap.Values(AbstractDualBidiMap parent)
parent
- the parent BidiMapMethod Detail |
---|
public java.util.Iterator iterator()
iterator
in interface java.lang.Iterable
iterator
in interface java.util.Collection
iterator
in interface java.util.Set
iterator
in class AbstractCollectionDecorator
public boolean contains(java.lang.Object value)
contains
in interface java.util.Collection
contains
in interface java.util.Set
contains
in class AbstractCollectionDecorator
public boolean remove(java.lang.Object value)
remove
in interface java.util.Collection
remove
in interface java.util.Set
remove
in class AbstractCollectionDecorator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |