|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines all methods that a NodeTreeMap
needs to implement;
these also include the methods that need to be called by iterators, submaps
etc. (in non-ozone implementations these are normally inner classes and have
direct acces to protected and package parts).
You are encouraged NOT to use this interface, but rather just use OzoneTreeMap
, which does not contain the 'internal' methods, or even
SortedMap
, which does not have any ozone dependency at all
Nested Class Summary |
Nested classes inherited from class org.ozoneDB.collections.BaseTreeMap |
BaseTreeMap.Node |
Nested classes inherited from class java.util.Map |
java.util.Map.Entry |
Methods inherited from interface org.ozoneDB.collections.OzoneTreeMap |
getClientTreeMap |
Methods inherited from interface org.ozoneDB.collections.OzoneSortedMap |
getClientSortedMap, ozoneHeadMap, ozoneSubMap, ozoneTailMap |
Methods inherited from interface org.ozoneDB.collections.OzoneMap |
clear, getClientMap, ozoneEntrySet, ozoneKeySet, ozoneValues, put, putAll, remove |
Methods inherited from interface java.util.Map |
containsKey, containsValue, entrySet, equals, get, hashCode, isEmpty, keySet, size, values |
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy |
getObjectID |
Methods inherited from interface java.util.SortedMap |
comparator, firstKey, headMap, lastKey, subMap, tailMap |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |