static class TreeBidiMap.EntryView extends TreeBidiMap.View
Modifier and Type | Field and Description |
---|---|
private int |
oppositeType |
dataType, main, orderType
Constructor and Description |
---|
EntryView(TreeBidiMap main,
int orderType,
int dataType)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
contains(java.lang.Object obj) |
boolean |
remove(java.lang.Object obj) |
clear, iterator, size
add, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
EntryView(TreeBidiMap main, int orderType, int dataType)
main
- the main maporderType
- the KEY or VALUE int for the orderdataType
- the MAPENTRY or INVERSEMAPENTRY int for the returned datapublic boolean contains(java.lang.Object obj)
contains
in interface java.util.Collection
contains
in interface java.util.Set
contains
in class TreeBidiMap.View
public boolean remove(java.lang.Object obj)
remove
in interface java.util.Collection
remove
in interface java.util.Set
remove
in class TreeBidiMap.View