abstract class TreeBidiMap.View<E>
extends java.util.AbstractSet<E>
| Modifier and Type | Field and Description |
|---|---|
(package private) TreeBidiMap.DataElement |
orderType
Whether to return KEY or VALUE order.
|
| Constructor and Description |
|---|
View(TreeBidiMap.DataElement orderType)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear() |
int |
size() |
add, addAll, contains, containsAll, isEmpty, iterator, remove, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitfinal TreeBidiMap.DataElement orderType
View(TreeBidiMap.DataElement orderType)
orderType - the KEY or VALUE int for the ordermain - the main map