protected static class AbstractDualBidiMap.EntrySet extends AbstractDualBidiMap.View implements java.util.Set
parent
collection
Modifier | Constructor and Description |
---|---|
protected |
EntrySet(AbstractDualBidiMap parent)
Constructs a new view of the BidiMap.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator |
iterator() |
boolean |
remove(java.lang.Object obj) |
clear, removeAll, retainAll
add, addAll, contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
protected EntrySet(AbstractDualBidiMap parent)
parent
- the parent BidiMappublic 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
Copyright © 2001-2024 Apache Software Foundation. All Rights Reserved.