org.apache.derby.impl.store.access.sort
Class Node
java.lang.Object
org.apache.derby.impl.store.access.sort.Node
- final class Node
- extends java.lang.Object
A node in a balanced binary tree. This class is effectively a
struct to the balanced tree class.
Constructor Summary |
Node(int id)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
balance
public int balance
leftLink
public Node leftLink
rightLink
public Node rightLink
key
public DataValueDescriptor[] key
id
public int id
dupChain
public Node dupChain
aux
public int aux
Node
public Node(int id)
reset
public void reset()
link
public Node link(int which)
setLink
public void setLink(int which,
Node l)
getKey
DataValueDescriptor[] getKey()
toString
public java.lang.String toString()
Apache Derby V10.0 Engine Documentation - Copyright © 1997,2004 The Apache Software Foundation or its licensors, as applicable.