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

L

Leaf - Class in pqrtree
A Leaf object is one-to one correponding with the elements of the universe set.
Leaf(Object, PQRNode) - Constructor for class pqrtree.Leaf
Creates a new leaf of the PQRTree, that stores an object, and it is linked to it's ancestor.
leaf - Variable in class pqrtree.Node
 
leaves - Variable in class pqrtree.PQRTree
 
length - Variable in class pqrtree.DoublyLinkedList
 
ListNode - Class in pqrtree
A ListNode is the element of the DoublyLinkedList, consisting of a pointer to its buddy, to the next node, and to another object.
ListNode(Object) - Constructor for class pqrtree.ListNode
Creates a list node that stores an object.

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