Class TreeBidiMap.ValueView
- java.lang.Object
-
- java.util.AbstractCollection<E>
-
- java.util.AbstractSet<E>
-
- org.apache.commons.collections4.bidimap.TreeBidiMap.View<V>
-
- org.apache.commons.collections4.bidimap.TreeBidiMap.ValueView
-
- All Implemented Interfaces:
Iterable<V>,Collection<V>,Set<V>
- Enclosing class:
- TreeBidiMap<K extends Comparable<K>,V extends Comparable<V>>
class TreeBidiMap.ValueView extends TreeBidiMap.View<V>
-
-
Field Summary
-
Fields inherited from class org.apache.commons.collections4.bidimap.TreeBidiMap.View
orderType
-
-
Constructor Summary
Constructors Constructor Description ValueView(TreeBidiMap.DataElement orderType)Create a new TreeBidiMap.ValueView.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(Object obj)Iterator<V>iterator()booleanremove(Object o)-
Methods inherited from class org.apache.commons.collections4.bidimap.TreeBidiMap.View
clear, size
-
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
-
Methods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Methods inherited from interface java.util.Set
add, addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
-
-
-
Constructor Detail
-
ValueView
public ValueView(TreeBidiMap.DataElement orderType)
Create a new TreeBidiMap.ValueView.
-
-
Method Detail
-
iterator
public Iterator<V> iterator()
- Specified by:
iteratorin interfaceCollection<V extends Comparable<V>>- Specified by:
iteratorin interfaceIterable<V extends Comparable<V>>- Specified by:
iteratorin interfaceSet<V extends Comparable<V>>- Specified by:
iteratorin classAbstractCollection<V extends Comparable<V>>
-
contains
public boolean contains(Object obj)
- Specified by:
containsin interfaceCollection<V extends Comparable<V>>- Specified by:
containsin interfaceSet<V extends Comparable<V>>- Overrides:
containsin classAbstractCollection<V extends Comparable<V>>
-
remove
public boolean remove(Object o)
- Specified by:
removein interfaceCollection<V extends Comparable<V>>- Specified by:
removein interfaceSet<V extends Comparable<V>>- Overrides:
removein classAbstractCollection<V extends Comparable<V>>
-
-