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, sizeadd, addAll, containsAll, isEmpty, retainAll, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitEntryView(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.Collectioncontains in interface java.util.Setcontains in class TreeBidiMap.Viewpublic boolean remove(java.lang.Object obj)
remove in interface java.util.Collectionremove in interface java.util.Setremove in class TreeBidiMap.View