|
|||||||||||
| 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 BidiMap| Method Detail |
public java.util.Iterator iterator()
iterator in interface java.util.Setiterator in class AbstractCollectionDecoratorpublic boolean contains(java.lang.Object key)
contains in interface java.util.Setcontains in class AbstractCollectionDecoratorpublic boolean remove(java.lang.Object key)
remove in interface java.util.Setremove in class AbstractCollectionDecorator
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||