A B C D E F G H I L M N P R S T U V W Z

S

setAncestor(PQRNode) - Method in class pqrtree.Node
Sets the ancestor direct link.
setAncestorListPosition(ListNode) - Method in class pqrtree.Node
Sets the node of the children list of the parent that points to the node.
setAncestorReference(Node) - Method in class pqrtree.Node
Sets the ancestor direct link.
setBlackChildren(ColoredDoublyLinkedList) - Method in class pqrtree.PQRNode
Changes the black children's list by another one.
setChildren(ChildrenDoublyLinkedList) - Method in class pqrtree.PQRNode
Changes the children's list by another one.
setColor(int) - Method in class pqrtree.Node
Sets the color of the node.
setData(Object) - Method in class pqrtree.ListNode
 
setDeleted() - Method in class pqrtree.PQRNode
Sets the node as deleted.
setDir1(ListNode) - Method in class pqrtree.ListNode
Sets the neighbor element of the list node in direction 1.
setDir2(ListNode) - Method in class pqrtree.ListNode
Sets the neighbor element of the list node in direction 2.
setGrayChildren(ColoredDoublyLinkedList) - Method in class pqrtree.PQRNode
Changes the gray children's list by another one.
setHead(ListNode) - Method in class pqrtree.DoublyLinkedList
Sets the first node of the list.
setParent(PQRNode) - Method in class pqrtree.Node
Sets ancestor direct link and ancestor reference to make possible finding the parent.
setPertinentLeaves(int) - Method in class pqrtree.PQRNode
Sets the pertinent leaves counter to a new value.
setPertinentPaths(int) - Method in class pqrtree.PQRNode
Sets the pertinent paths counter to a new value.
setTail(ListNode) - Method in class pqrtree.DoublyLinkedList
Sets the last node of the list.
setType(int) - Method in class pqrtree.PQRNode
Sets the type of the node.
size() - Method in class pqrtree.DoublyLinkedList
Gets the length of the list.
startIteration() - Method in class pqrtree.DoublyLinkedList
Creates a new list node that stores the first node of the list.
substitutedBy(PQRNode) - Method in class pqrtree.PQRNode
Substitutes the node by another one.

A B C D E F G H I L M N P R S T U V W Z