Java.Util.AbstractQueue: Method Members

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

Public Methods

Element() : Java.Lang.Object
Retrieves, but does not remove, the head of this queue.
abstract
Offer(Java.Lang.Object) : bool
Documentation for this section has not yet been entered.
abstract
Peek() : Java.Lang.Object
Documentation for this section has not yet been entered.
abstract
Poll() : Java.Lang.Object
Documentation for this section has not yet been entered.
Remove() : Java.Lang.Object
Retrieves and removes the head of this queue.