Method ADT.Queue()->unget()

class ADT.Queue

Method unget

void unget(ValueType item)

Description

Prepend an element to the queue.

See also

get(), put()