A C H I P S T U

A

AbstractHeap<E> - Class in cornell.cs211
This class provides skeletal implementations of some Heap operations.
AbstractHeap(Comparator<? super E>) - Constructor for class cornell.cs211.AbstractHeap
Construct with the given comparator which is used to decide the order of elements in the heap
add(E) - Method in class cornell.cs211.AbstractHeap
Adds the specified element to this heap.
addAll(Collection<? extends E>) - Method in class cornell.cs211.AbstractHeap
Adds all of the elements in the specified collection to this queue.

A C H I P S T U