Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
P
R
S
T
U
V
W
Z
G
getAncestor()
- Method in class pqrtree.
Node
Gets the ancestor direct link, if it exists.
getAncestorListPosition()
- Method in class pqrtree.
Node
Gets the node of the children list of the parent that points to the node.
getAncestorReference()
- Method in class pqrtree.
Node
Gets the ancestor reference link, if it exists.
getBlackChildren()
- Method in class pqrtree.
PQRNode
Gets the black children's list and returns it.
getChildren()
- Method in class pqrtree.
PQRNode
Gets the children's list and returns it.
getColor()
- Method in class pqrtree.
Node
Returns the color of the node.
getData()
- Method in class pqrtree.
Leaf
Gets data stored in the leaf when it was instaciated.
getData()
- Method in class pqrtree.
ListNode
Gets the data stored by the list node, usually a tree node, or another list node.
getDir1()
- Method in class pqrtree.
ListNode
Getss the neighbor element of the list node in direction 1.
getDir2()
- Method in class pqrtree.
ListNode
Gets the neighbor element of the list node in direction 2.
getFirstChild()
- Method in class pqrtree.
PQRNode
Gets the first child, and returns it.
getGrayChild()
- Method in class pqrtree.
PQRNode
Gets a gray child node, and returns it.
getGrayChildren()
- Method in class pqrtree.
PQRNode
Gets the gray children's list and returns it.
getHead()
- Method in class pqrtree.
DoublyLinkedList
Gets first node of the list.
getLastChild()
- Method in class pqrtree.
PQRNode
Gets the last child, and returns it.
getNext(ListNode)
- Method in class pqrtree.
ListNode
Gets the next element of the list node.
getParent()
- Method in class pqrtree.
Node
Finds the imediate ancestor of the node.
getPertinentLeaves()
- Method in class pqrtree.
PQRNode
Gets the pertinent leaves counter value.
getPertinentPaths()
- Method in class pqrtree.
PQRNode
Gets the pertinent paths counter value.
getTail()
- Method in class pqrtree.
DoublyLinkedList
Gets the last node of the list.
getType()
- Method in class pqrtree.
PQRNode
Returns the type of the node.
grayChildren
- Variable in class pqrtree.
PQRNode
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
P
R
S
T
U
V
W
Z