Priority Queue Class and Heaps

boolean isEmpty()

boolean add(E x)

E remove()

E peek()