Extracted from Pike v7.8 release 352 at 2010-07-30.
pike.ida.liu.se
[Top]
ADT
ADT.Priority_queue

Method ADT.Priority_queue()->peek()


Method peek

mixed peek()

Description

Returns the item on top of the priority queue (which is also the element with the smallest priority value) without removing it.