A C H I P S T U

P

pop() - Method in interface cornell.cs211.Heap
Retrieves and removes the head of this heap if exsits.
pop() - Method in class cornell.cs211.SortedHeap
 
pop() - Method in class cornell.cs211.StdHeap
 
pop() - Method in class cornell.cs211.UnsortedHeap
 
push(E) - Method in interface cornell.cs211.Heap
Insert the specified element into the heap.
push(E) - Method in class cornell.cs211.SortedHeap
 
push(E) - Method in class cornell.cs211.StdHeap
Inserts the specified element into this heap.
push(E) - Method in class cornell.cs211.UnsortedHeap
Inserts the specified element into this heap.

A C H I P S T U