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