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()->read()
ADT.Stack
Method ADT.Queue()->write()
Method
write
void
write
(
mixed
item
)
void
put
(
mixed
item
)
Description
Adds the
item
to the queue.