|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Defines all methods that a FullTreeSet
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 OzoneTreeSet
, which does not contain the 'internal' methods, or even
SortedSet
, which does not have any ozone dependency at all
Methods inherited from interface org.ozoneDB.collections.OzoneTreeSet |
getClientTreeSet |
Methods inherited from interface org.ozoneDB.collections.OzoneSortedSet |
getClientSortedSet, ozoneHeadSet, ozoneSubSet, ozoneTailSet |
Methods inherited from interface org.ozoneDB.collections.OzoneSet |
getClientSet |
Methods inherited from interface org.ozoneDB.collections.OzoneCollection |
_org_ozoneDB_internalIterator, add, addAll, clear, getClientCollection, remove, removeAll, retainAll |
Methods inherited from interface java.util.Collection |
contains, containsAll, equals, hashCode, isEmpty, iterator, size, toArray, toArray |
Methods inherited from interface org.ozoneDB.OzoneCompatibleOrProxy |
getObjectID |
Methods inherited from interface java.util.Set |
add, addAll, clear, contains, containsAll, equals, hashCode, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray |
Methods inherited from interface java.util.SortedSet |
comparator, first, headSet, last, subSet, tailSet |
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |