Extracted from Pike v7.3 release 53 at 2002-09-10.
[Top]
ADT
ADT.Queue
create()
flush()
get()
is_empty()
peek()
put()
read()
write()
ADT.Queue()->is_empty()
ADT.Queue()->put()
Method ADT.Queue()->peek()
Method
peek
mixed
peek
(
)
Description
Returns the next element from the queue without removing it from the queue.