pop_nth
Description:
[
Version ( since =
"2.4" ) ]
public G pop_nth (
uint n)
Removes the n'th element of this and returns its data.
Parameters:
| this |
a Queue
|
| n |
the position of the element
|
Returns:
|
the element's data, or null if n is off the end of this
|