org.ozoneDB.collections
Interface NodeTreeSet

All Superinterfaces:
BaseTreeSet, java.util.Collection, OzoneCollection, org.ozoneDB.OzoneCompatibleOrProxy, org.ozoneDB.OzoneRemote, OzoneSet, OzoneSortedSet, OzoneTreeSet, java.util.Set, java.util.SortedSet
All Known Implementing Classes:
NodeTreeSetImpl, NodeTreeSetImpl_Proxy

public interface NodeTreeSet
extends BaseTreeSet

Defines all methods that a NodeTreeSet 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

Author:
Leo Mekenkamp (mind the anti-sp@m)

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
 



Copyright © 2004 The Ozone Database Project - www.ozone-db.org. All Rights Reserved.