|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.commons.collections.collection.AbstractCollectionDecorator
org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet
Inner class KeySet.
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.KeySet(AbstractDualBidiMap parent)
Constructs a new view of the BidiMap. |
Method Summary | |
---|---|
boolean |
contains(java.lang.Object key)
|
java.util.Iterator |
iterator()
|
boolean |
remove(java.lang.Object key)
|
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.KeySet(AbstractDualBidiMap parent)
parent
- the parent BidiMapMethod Detail |
public java.util.Iterator iterator()
iterator
in interface java.util.Set
iterator
in class AbstractCollectionDecorator
public boolean contains(java.lang.Object key)
contains
in interface java.util.Set
contains
in class AbstractCollectionDecorator
public boolean remove(java.lang.Object key)
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 |