org.ozoneDB.collections
Interface _BaseTreeMap_SubMap

All Superinterfaces:
java.util.Map, org.ozoneDB.OzoneCompatibleOrProxy, OzoneMap, org.ozoneDB.OzoneRemote, OzoneSortedMap, java.util.SortedMap
All Known Implementing Classes:
_BaseTreeMap_SubMapImpl, _BaseTreeMap_SubMapImpl_Proxy

public interface _BaseTreeMap_SubMap
extends OzoneSortedMap

DO NOT USE THIS CLASS DIRECTLY.

This should be an inner class; unfortunately ozone does not support those yet.


Nested Class Summary
 
Nested classes inherited from class org.ozoneDB.collections.OzoneMap
OzoneMap.Node
 
Nested classes inherited from class java.util.Map
java.util.Map.Entry
 
Method Summary
 java.lang.Object getMaxKey()
           
 java.lang.Object getMinKey()
           
 BaseTreeMap getOwner()
           
 boolean keyInRange(java.lang.Object key)
           
 
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
 

Method Detail

keyInRange

public boolean keyInRange(java.lang.Object key)

getMinKey

public java.lang.Object getMinKey()

getMaxKey

public java.lang.Object getMaxKey()

getOwner

public BaseTreeMap getOwner()


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