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