org.ozoneDB.collections
Interface BaseTreeSet

All Superinterfaces:
java.util.Collection, OzoneCollection, org.ozoneDB.OzoneCompatibleOrProxy, org.ozoneDB.OzoneRemote, OzoneSet, OzoneSortedSet, OzoneTreeSet, java.util.Set, java.util.SortedSet
All Known Subinterfaces:
FullTreeSet, NodeTreeSet
All Known Implementing Classes:
BaseTreeSetImpl, FullTreeSetImpl, FullTreeSetImpl_Proxy, NodeTreeSetImpl, NodeTreeSetImpl_Proxy

public interface BaseTreeSet
extends OzoneTreeSet

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

This interface functions as a sort of base interface for ozone aware treesets, were those treesets themselves can implement if the nodes in the tree are ozone objects themselves or merely serializables.

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

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.