final class Node
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
int |
aux |
|
int |
balance |
|
Node |
dupChain |
|
int |
id |
|
DataValueDescriptor[] |
key |
|
Node |
leftLink |
|
Node |
rightLink |
Constructor | Description |
---|---|
Node(int id) |
Modifier and Type | Method | Description |
---|---|---|
(package private) DataValueDescriptor[] |
getKey() |
|
Node |
link(int which) |
|
void |
reset() |
|
void |
setLink(int which,
Node l) |
|
java.lang.String |
toString() |
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.Object
Apache Derby V10.14 Internals - Copyright © 2004,2018 The Apache Software Foundation. All Rights Reserved.