org.apache.commons.collections4.bidimap
Class AbstractDualBidiMap.Values<V>
java.lang.Object
org.apache.commons.collections4.collection.AbstractCollectionDecorator<E>
org.apache.commons.collections4.bidimap.AbstractDualBidiMap.View<Object,V,V>
org.apache.commons.collections4.bidimap.AbstractDualBidiMap.Values<V>
- All Implemented Interfaces:
- Serializable, Iterable<V>, Collection<V>, Set<V>
- Enclosing class:
- AbstractDualBidiMap<K,V>
protected static class AbstractDualBidiMap.Values<V>
- extends AbstractDualBidiMap.View<Object,V,V>
- implements Set<V>
Inner class Values.
- See Also:
- Serialized Form
Methods inherited from class org.apache.commons.collections4.collection.AbstractCollectionDecorator |
add, addAll, containsAll, decorated, equals, hashCode, isEmpty, setCollection, size, toArray, toArray, toString |
Methods inherited from interface java.util.Set |
add, addAll, clear, containsAll, equals, hashCode, isEmpty, removeAll, retainAll, size, toArray, toArray |
AbstractDualBidiMap.Values
protected AbstractDualBidiMap.Values(AbstractDualBidiMap<?,V> parent)
- Constructs a new view of the BidiMap.
- Parameters:
parent
- the parent BidiMap
iterator
public Iterator<V> iterator()
- Specified by:
iterator
in interface Iterable<V>
- Specified by:
iterator
in interface Collection<V>
- Specified by:
iterator
in interface Set<V>
- Overrides:
iterator
in class AbstractCollectionDecorator<V>
contains
public boolean contains(Object value)
- Specified by:
contains
in interface Collection<V>
- Specified by:
contains
in interface Set<V>
- Overrides:
contains
in class AbstractCollectionDecorator<V>
remove
public boolean remove(Object value)
- Specified by:
remove
in interface Collection<V>
- Specified by:
remove
in interface Set<V>
- Overrides:
remove
in class AbstractCollectionDecorator<V>
Copyright © 2001–2013 The Apache Software Foundation. All rights reserved.