|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object javatools.datatypes.PQRTree.Node javatools.datatypes.PQRTree.Leaf
public class PQRTree.Leaf
A node that has a value
Constructor Summary | |
---|---|
PQRTree.Leaf(E e)
Constructs a leaf, registers the leaf in leafMap |
Method Summary | |
---|---|
E |
getValue()
|
void |
toString(java.lang.StringBuilder s,
int depth)
Helper method for toString() |
Methods inherited from class javatools.datatypes.PQRTree.Node |
---|
addBlackLeaves, addChild, addChild, allocChildren, child, color, colorAndGetLCA, debug, dropChild, firstChild, grayChild, is, is, isBlack, isGray, isLeaf, isP, isQ, isR, isWhite, lastChild, makeChildGrandchild, makeChildGrandchild, makeGrandchildChild, mergeIntoLCA, moveChildrenAway, numChildren, prepareLCA, reverseLCA, reverseQNode, toString, transformPintoQ |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public PQRTree.Leaf(E e)
Method Detail |
---|
public void toString(java.lang.StringBuilder s, int depth)
PQRTree.Node
public E getValue()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |