Class AbstractDualBidiMap.EntrySet
- java.lang.Object
-
- org.apache.commons.collections.collection.AbstractCollectionDecorator
-
- org.apache.commons.collections.bidimap.AbstractDualBidiMap.View
-
- org.apache.commons.collections.bidimap.AbstractDualBidiMap.EntrySet
-
- All Implemented Interfaces:
java.lang.Iterable
,java.util.Collection
,java.util.Set
- Enclosing class:
- AbstractDualBidiMap
protected static class AbstractDualBidiMap.EntrySet extends AbstractDualBidiMap.View implements java.util.Set
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
Constructors Modifier Constructor Description protected
EntrySet(AbstractDualBidiMap parent)
Constructs a new view of the BidiMap.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description 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
-
-
-
-
Constructor Detail
-
EntrySet
protected EntrySet(AbstractDualBidiMap parent)
Constructs a new view of the BidiMap.- Parameters:
parent
- the parent BidiMap
-
-
Method Detail
-
iterator
public java.util.Iterator iterator()
- Specified by:
iterator
in interfacejava.util.Collection
- Specified by:
iterator
in interfacejava.lang.Iterable
- Specified by:
iterator
in interfacejava.util.Set
- Overrides:
iterator
in classAbstractCollectionDecorator
-
remove
public boolean remove(java.lang.Object obj)
- Specified by:
remove
in interfacejava.util.Collection
- Specified by:
remove
in interfacejava.util.Set
- Overrides:
remove
in classAbstractCollectionDecorator
-
-