Java.Util.AbstractQueue Members

The members of Java.Util.AbstractQueue are listed below.

See Also: Inherited members from Java.Util.AbstractCollection

Protected Constructors

Constructor for use by subclasses.
A constructor used when creating managed representations of JNI objects; called by the runtime.

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.