|
||||||||||
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.EntrySet
protected static class AbstractDualBidiMap.EntrySet
Inner class EntrySet.
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.EntrySet(AbstractDualBidiMap parent)
Constructs a new view of the BidiMap. |
Method Summary | |
---|---|
java.util.Iterator |
iterator()
|
boolean |
remove(java.lang.Object obj)
|
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, contains, 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, contains, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArray |
Constructor Detail |
---|
protected AbstractDualBidiMap.EntrySet(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 remove(java.lang.Object obj)
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 |