protected static class AbstractDualBidiMap.EntrySet extends AbstractDualBidiMap.View implements Set
parent
collection
Modifier | Constructor and Description |
---|---|
protected |
AbstractDualBidiMap.EntrySet(AbstractDualBidiMap parent)
Constructs a new view of the BidiMap.
|
Modifier and Type | Method and Description |
---|---|
Iterator |
iterator() |
boolean |
remove(Object obj) |
clear, removeAll, retainAll
add, addAll, contains, containsAll, equals, getCollection, hashCode, isEmpty, size, toArray, toArray, toString
protected AbstractDualBidiMap.EntrySet(AbstractDualBidiMap parent)
parent
- the parent BidiMappublic Iterator iterator()
iterator
in interface Iterable
iterator
in interface Collection
iterator
in interface Set
iterator
in class AbstractCollectionDecorator
public boolean remove(Object obj)
remove
in interface Collection
remove
in interface Set
remove
in class AbstractCollectionDecorator
Copyright © 2001–2015 The Apache Software Foundation. All rights reserved.