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>>
-
Field Summary
Fields inherited from class org.apache.commons.collections4.bidimap.TreeBidiMap.View
orderType -
Constructor Summary
ConstructorsConstructorDescriptionValueView(TreeBidiMap.DataElement orderType) Create a new TreeBidiMap.ValueView. -
Method Summary
Methods inherited from class org.apache.commons.collections4.bidimap.TreeBidiMap.View
clear, sizeMethods inherited from class java.util.AbstractSet
equals, hashCode, removeAllMethods inherited from class java.util.AbstractCollection
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface java.util.Collection
parallelStream, removeIf, streamMethods inherited from interface java.util.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>>
-