TYPE peek();
Returns the next item in queue, but unlike get() it doesn't removeit from the queu.
Back to index