List.peekQueue

Overview | Methods | This Package | All Packages

List.peekQueue

Retrieves the next item in the queue without removing it from the queue. This retrieves the item at the beginning of the list.

Syntax

public Object peekQueue()

Return Value

Returns the first item in the queue.