Class TreeBidiMap.ValueView
java.lang.Object
java.util.AbstractCollection<V>
java.util.AbstractSet<V>
TreeBidiMap<K,V>.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>>
- Since:
- 3.0 (previously DoubleOrderedMap v2.0)
-
Field Summary
Fields inherited from class TreeBidiMap.View
orderType -
Constructor Summary
ConstructorsConstructorDescriptionValueView(TreeBidiMap.DataElement orderType) Create a new TreeBidiMap.ValueView. -
Method Summary
Methods inherited from class TreeBidiMap.View
clear, sizeMethods inherited from class AbstractSet
equals, hashCode, removeAllMethods inherited from class AbstractCollection
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringMethods inherited from interface Collection
parallelStream, removeIf, streamMethods inherited from interface Set
add, addAll, containsAll, isEmpty, retainAll, spliterator, toArray, toArray
-
Constructor Details
-
ValueView
Create a new TreeBidiMap.ValueView.
-
-
Method Details
-
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
- Specified by:
containsin interfaceCollection<V extends Comparable<V>>- Specified by:
containsin interfaceSet<V extends Comparable<V>>- Overrides:
containsin classAbstractCollection<V extends Comparable<V>>
-
remove
- Specified by:
removein interfaceCollection<V extends Comparable<V>>- Specified by:
removein interfaceSet<V extends Comparable<V>>- Overrides:
removein classAbstractCollection<V extends Comparable<V>>
-