class TreeBidiMap.ValueView extends TreeBidiMap.View<V>
orderType
Constructor and Description |
---|
ValueView(TreeBidiMap.DataElement orderType)
Create a new TreeBidiMap.ValueView.
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(java.lang.Object obj) |
java.util.Iterator<V> |
iterator() |
boolean |
remove(java.lang.Object o) |
clear, size
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
public ValueView(TreeBidiMap.DataElement orderType)
public java.util.Iterator<V> iterator()
iterator
in interface java.lang.Iterable<V extends java.lang.Comparable<V>>
iterator
in interface java.util.Collection<V extends java.lang.Comparable<V>>
iterator
in interface java.util.Set<V extends java.lang.Comparable<V>>
iterator
in class java.util.AbstractCollection<V extends java.lang.Comparable<V>>
public boolean contains(java.lang.Object obj)
public boolean remove(java.lang.Object o)