Java.Util.Concurrent.DelayQueue.Peek Method
Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty.

Syntax

[Android.Runtime.Register("peek", "()Ljava/lang/Object;", "GetPeekHandler")]
public override Java.Lang.Object Peek ()

Returns

Documentation for this section has not yet been entered.

Remarks

Retrieves, but does not remove, the head of this queue, or returns null if this queue is empty. Unlike poll, if no expired elements are available in the queue, this method returns the element that will expire next, if one exists.

[Android Documentation]

Requirements

Namespace: Java.Util.Concurrent
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1