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, sizeadd, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic 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)