|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectpqrtree.DoublyLinkedList
pqrtree.ChildrenDoublyLinkedList
public class ChildrenDoublyLinkedList
A ChildrenDoublyLinkedList
is an object very similar to a DoublyLinkedList
,
except by the kind of data its nodes stores, just
PQR tree nodes.
DoublyLinkedList
Field Summary |
---|
Fields inherited from class pqrtree.DoublyLinkedList |
---|
head, length, tail |
Constructor Summary | |
---|---|
ChildrenDoublyLinkedList()
Instanciates a new children list. |
Method Summary | |
---|---|
boolean |
areAllColoredChildrenConsecutive(int color)
Verifies if all the nodes painted with a determined color is consecutive. |
Methods inherited from class pqrtree.DoublyLinkedList |
---|
addFirst, addLast, addNodeFirst, addNodeLast, addPos, appendFirst, appendPos, getHead, getTail, incSize, removeAll, removeNode, reverse, setHead, setTail, size, startIteration |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ChildrenDoublyLinkedList()
DoublyLinkedList
DoublyLinkedList.DoublyLinkedList()
Method Detail |
---|
public boolean areAllColoredChildrenConsecutive(int color)
color
- The color of the node.
true
, if all nodes colored with
a determined color are consecutive, or false
,
if they aren't.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |