org.ozoneDB.collections
Interface FullTreeMap

All Superinterfaces:
BaseTreeMap, java.util.Map, org.ozoneDB.OzoneCompatibleOrProxy, OzoneMap, org.ozoneDB.OzoneRemote, OzoneSortedMap, OzoneTreeMap, java.util.SortedMap
All Known Implementing Classes:
FullTreeMapImpl, FullTreeMapImpl_Proxy

public interface FullTreeMap
extends BaseTreeMap

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

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

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.BaseTreeMap
_org_ozoneDB_alwaysUseInternalIterator, _org_ozoneDB_compare, _org_ozoneDB_entrySet, _org_ozoneDB_fabricateTree, _org_ozoneDB_firstNode, _org_ozoneDB_getModification, _org_ozoneDB_getNode, _org_ozoneDB_highestLessThan, _org_ozoneDB_keySet, _org_ozoneDB_lowestGreaterThan, _org_ozoneDB_putKeysLinear, _org_ozoneDB_removeNode, _org_ozoneDB_resetEntries, _org_ozoneDB_successor, _org_ozoneDB_values
 
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
 



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