final class Node
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
int |
aux |
int |
balance |
Node |
dupChain |
int |
id |
DataValueDescriptor[] |
key |
Node |
leftLink |
Node |
rightLink |
| Constructor and Description |
|---|
Node(int id) |
public int balance
public Node leftLink
public Node rightLink
public DataValueDescriptor[] key
public int id
public Node dupChain
public int aux
public void reset()
public Node link(int which)
public void setLink(int which,
Node l)
DataValueDescriptor[] getKey()
public java.lang.String toString()
toString in class java.lang.ObjectApache Derby V10.10 Internals - Copyright © 2004,2014 The Apache Software Foundation. All Rights Reserved.