peek_nth


Description:

public weak G peek_nth (uint n)

Returns the n'th element of this.

Parameters:

this

a Queue

n

the position of the element

Returns:

the data for the n'th element of this, or null if n is off the end of this