Extracted from Pike v7.6 release 61 at 2005-12-30.
[Top]
ADT
ADT.Queue
Methods
cast()
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.