peek_tail


Description:

public abstract G peek_tail ()

Peeks (retrieves, but not remove) an element from the tail of this queue.

Returns:

the element peeked from the queue (or null if none was available)