pop


Description:

public T pop ()

Get the head element of the queue.

Parameters:

this

a AtomicQueue

Returns:

the head element of this or null when the queue is empty.