The members of Java.Util.IQueue are listed below.
Add(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
Element()Retrieves, but does not remove, the head of this queue. | ||
Offer(Java.Lang.Object)Documentation for this section has not yet been entered. | ||
Peek()Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty. | ||
Poll()Retrieves and removes the head of this queue, or returns null if this queue is empty. | ||
Remove()Retrieves and removes the head of this queue. |