- parent(int) - Static method in class Heap
-
Returns the index of the parent node.
- peek() - Method in class Heap
-
Return (but don't remove) a most priority element from this heap.
- peek() - Method in interface IPriorityQueue
-
Retrieves, but does not remove, an element of greatest priority, which
is the head of the priority queue.
- peek() - Method in interface IQueue
-
Retrieves, but does not remove, the head of this queue.
- Plan - Class in <Unnamed>
-
- Plan() - Constructor for class Plan
-
- plan(long, int) - Static method in class Plan
-
- poll() - Method in class Heap
-
Remove and return a most priority element from this heap.
- poll() - Method in interface IPriorityQueue
-
Retrieves and removes an element of greatest priority, which is
the head of the priority queue.
- poll() - Method in interface IQueue
-
Retrieves and removes the head of this queue.
- positionInSort(List<Double>, double) - Static method in class Script
-
- printFailedTests(int, IntFunction<Queue<Integer>>, IntFunction<IQueue<Integer>>) - Static method in class QueueTestProgram
-
- priorityChild(int) - Method in class Heap
-
Returns the index of a most priority child of a particular node.