org.apache.commons.collections.bidimap
Class AbstractDualBidiMap.KeySet
java.lang.Object
|
+--org.apache.commons.collections.collection.AbstractCollectionDecorator
|
+--org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
|
+--org.apache.commons.collections.bidimap.AbstractDualBidiMap.KeySet
- All Implemented Interfaces:
- Collection, Set
- Enclosing class:
- AbstractDualBidiMap
- protected static class AbstractDualBidiMap.KeySet
- extends AbstractDualBidiMap.View
- implements Set
Inner class KeySet.
Methods inherited from class org.apache.commons.collections.collection.AbstractCollectionDecorator |
add, addAll, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString |
Methods inherited from interface java.util.Set |
add, addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArray |
AbstractDualBidiMap.KeySet
protected AbstractDualBidiMap.KeySet(AbstractDualBidiMap parent)
- Constructs a new view of the BidiMap.
- Parameters:
parent
- the parent BidiMap
iterator
public Iterator iterator()
- Specified by:
iterator
in interface Set
- Overrides:
iterator
in class AbstractCollectionDecorator
contains
public boolean contains(Object key)
- Specified by:
contains
in interface Set
- Overrides:
contains
in class AbstractCollectionDecorator
remove
public boolean remove(Object key)
- Specified by:
remove
in interface Set
- Overrides:
remove
in class AbstractCollectionDecorator
Copyright © 2001-2004 Apache Software Foundation. All Rights Reserved.