Queue.peek

Peeks within the queue for the current front item. Use has() before calling this.

class Queue(T)
final
T
peek
()

Return Value

Type: T

The current front item.

Meta