Represents a pair of an element and its (future) priority in the heap.
This interface is used to represent entries for a heap when the heap is being constructed.
Returns the corresponding element of the entry.
Returns the corresponding priority of the entry.