Click or drag to resize
MaxPQKey Methods

The MaxPQKey generic type exposes the following members.

Methods
  NameDescription
Public methodDelMax
Removes and returns a smallest key on this priority queue.
Public methodGetEnumerator
Returns an iterator that iterates over the keys on this priority queue in ascending order.
Public methodInsert
Adds a new key to this priority queue.
Public methodStatic memberMainTest
Demo test the MaxPQ data type.
Public methodToString
Formatted string for the MaxPQ class
(Overrides ObjectToString.)
Top
See Also