pop_tail


Description:

public G pop_tail ()

Removes the last element of the queue and returns its data.

Parameters:

this

a Queue

Returns:

the data of the last element in the queue, or null if the queue is empty