public class TreeLinker
extends java.lang.Object
Modifier and Type | Field | Description |
---|---|---|
TreeLinker |
nextLeft |
|
TreeLinker |
nextRight |
|
java.lang.Object |
obj |
|
TreeLinker |
previous |
|
double |
sortKey |
Constructor | Description |
---|---|
TreeLinker(java.lang.Object o) |
Constructor throws exception if given atom is null.
|
Modifier and Type | Method | Description |
---|---|---|
void |
remove() |
Disconnects this linker from the linkers above and below it, and
puts them in sequence, repairing the hole.
|
java.lang.String |
toString() |
public final java.lang.Object obj
public TreeLinker previous
public TreeLinker nextLeft
public TreeLinker nextRight
public double sortKey
public TreeLinker(java.lang.Object o)
public java.lang.String toString()
toString
in class java.lang.Object
public void remove()