Java.Util.Scanner.HasNext Property
Returns whether this Scanner has one or more tokens remaining to parse.

Syntax

[get: Android.Runtime.Register("hasNext", "()Z", "GetHasNextHandler")]
public bool HasNext { get; }

Value

Documentation for this section has not yet been entered.

Exceptions

TypeReason
Java.Lang.IllegalStateExceptionif the Scanner has been closed.

Remarks

Returns whether this Scanner has one or more tokens remaining to parse. This method will block if the data is still being read.

[Android Documentation]

Requirements

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