Method ADT.Queue()->get() class ADT.Queue Method get ValueType get() Description Returns the next element from the queue, or UNDEFINED if the queue is empty. See also peek(), put()