class TreeBidiMap.KeyView extends TreeBidiMap.View<K>
orderType
Constructor and Description |
---|
KeyView(TreeBidiMap.DataElement orderType)
Create a new TreeBidiMap.KeyView.
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(java.lang.Object obj) |
java.util.Iterator<K> |
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 KeyView(TreeBidiMap.DataElement orderType)
public java.util.Iterator<K> iterator()
iterator
in interface java.lang.Iterable<K extends java.lang.Comparable<K>>
iterator
in interface java.util.Collection<K extends java.lang.Comparable<K>>
iterator
in interface java.util.Set<K extends java.lang.Comparable<K>>
iterator
in class java.util.AbstractCollection<K extends java.lang.Comparable<K>>
public boolean contains(java.lang.Object obj)
public boolean remove(java.lang.Object o)