The methods of Java.Util.AbstractQueue are listed below. For a list of all members, see the AbstractQueue Members list.
See Also: Inherited members from Java.Util.AbstractCollection
Element()Retrieves, but does not remove, the head of this queue. | ||
abstract | Offer(Java.Lang.Object)Documentation for this section has not yet been entered. | |
abstract | Peek()Documentation for this section has not yet been entered. | |
abstract | Poll()Documentation for this section has not yet been entered. | |
Remove()Retrieves and removes the head of this queue. |