org.ozoneDB.collections
Class _NodeTreeMap_OzoneNodeImpl_Proxy

java.lang.Object
  extended byorg.ozoneDB.OzoneProxy
      extended byorg.ozoneDB.collections._NodeTreeMap_OzoneNodeImpl_Proxy
All Implemented Interfaces:
_AbstractOzoneMap_OzoneNode, _NodeTreeMap_OzoneNode, org.ozoneDB.collections.AbstractOzoneMap.Node, BaseTreeMap.Node, java.io.Externalizable, java.util.Map.Entry, org.ozoneDB.OzoneCompatibleOrProxy, OzoneMap.Node, org.ozoneDB.OzoneRemote, java.io.Serializable

public final class _NodeTreeMap_OzoneNodeImpl_Proxy
extends org.ozoneDB.OzoneProxy
implements _NodeTreeMap_OzoneNode

This class was automatically generated by ozone's OPP. Do not instantiate or use this class directly.

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.ozoneDB.OzoneProxy
link, linkTable, remoteID
 
Fields inherited from interface org.ozoneDB.collections.BaseTreeMap.Node
BLACK, RED
 
Constructor Summary
_NodeTreeMap_OzoneNodeImpl_Proxy()
           
_NodeTreeMap_OzoneNodeImpl_Proxy(org.ozoneDB.core.ObjectID oid, org.ozoneDB.OzoneInterface link)
           
_NodeTreeMap_OzoneNodeImpl_Proxy(java.lang.Object arg0, java.lang.Object arg1, int arg2)
           
 
Method Summary
static _NodeTreeMap_OzoneNode createObject(java.lang.Object arg0, java.lang.Object arg1, int arg2, org.ozoneDB.OzoneInterface link)
           
 boolean equals(java.lang.Object arg0)
           
 int getColor()
           
 java.lang.Object getKey()
           
 BaseTreeMap.Node getLeft()
           
 org.ozoneDB.core.ObjectID getObjectID()
           
 BaseTreeMap.Node getParent()
           
 BaseTreeMap.Node getRight()
           
 java.lang.Object getValue()
           
 int hashCode()
           
 boolean isNil()
           
 void setColor(int arg0)
           
 void setKey(java.lang.Object arg0)
           
 void setLeft(BaseTreeMap.Node arg0)
           
 void setParent(BaseTreeMap.Node arg0)
           
 void setRight(BaseTreeMap.Node arg0)
           
 java.lang.Object setValue(java.lang.Object arg0)
           
 
Methods inherited from class org.ozoneDB.OzoneProxy
createProxyLinkAttributes, finalize, getHandle, handle, invoke, invoke, invoke, invoke, isSame, readExternal, remoteID, toString, writeExternal
 
Methods inherited from class java.lang.Object
clone, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

_NodeTreeMap_OzoneNodeImpl_Proxy

public _NodeTreeMap_OzoneNodeImpl_Proxy()

_NodeTreeMap_OzoneNodeImpl_Proxy

public _NodeTreeMap_OzoneNodeImpl_Proxy(org.ozoneDB.core.ObjectID oid,
                                        org.ozoneDB.OzoneInterface link)

_NodeTreeMap_OzoneNodeImpl_Proxy

public _NodeTreeMap_OzoneNodeImpl_Proxy(java.lang.Object arg0,
                                        java.lang.Object arg1,
                                        int arg2)
Method Detail

createObject

public static _NodeTreeMap_OzoneNode createObject(java.lang.Object arg0,
                                                  java.lang.Object arg1,
                                                  int arg2,
                                                  org.ozoneDB.OzoneInterface link)

setParent

public void setParent(BaseTreeMap.Node arg0)
Specified by:
setParent in interface _NodeTreeMap_OzoneNode

setColor

public void setColor(int arg0)
Specified by:
setColor in interface _NodeTreeMap_OzoneNode

setRight

public void setRight(BaseTreeMap.Node arg0)
Specified by:
setRight in interface _NodeTreeMap_OzoneNode

setLeft

public void setLeft(BaseTreeMap.Node arg0)
Specified by:
setLeft in interface _NodeTreeMap_OzoneNode

setValue

public java.lang.Object setValue(java.lang.Object arg0)
Specified by:
setValue in interface _AbstractOzoneMap_OzoneNode

setKey

public void setKey(java.lang.Object arg0)
Specified by:
setKey in interface _AbstractOzoneMap_OzoneNode

hashCode

public int hashCode()
Specified by:
hashCode in interface java.util.Map.Entry

equals

public boolean equals(java.lang.Object arg0)
Specified by:
equals in interface java.util.Map.Entry

getValue

public java.lang.Object getValue()
Specified by:
getValue in interface java.util.Map.Entry

getKey

public java.lang.Object getKey()
Specified by:
getKey in interface java.util.Map.Entry

getObjectID

public org.ozoneDB.core.ObjectID getObjectID()
Specified by:
getObjectID in interface org.ozoneDB.OzoneCompatibleOrProxy

getParent

public BaseTreeMap.Node getParent()
Specified by:
getParent in interface BaseTreeMap.Node

isNil

public boolean isNil()
Specified by:
isNil in interface BaseTreeMap.Node

getRight

public BaseTreeMap.Node getRight()
Specified by:
getRight in interface BaseTreeMap.Node

getLeft

public BaseTreeMap.Node getLeft()
Specified by:
getLeft in interface BaseTreeMap.Node

getColor

public int getColor()
Specified by:
getColor in interface BaseTreeMap.Node


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