Java.Util.Scanner: Property Members

The properties of Java.Util.Scanner are listed below. For a list of all members, see the Scanner Members list.

See Also: Inherited members from Java.Lang.Object

Public Properties

[read-only]
HasNextbool. Returns whether this Scanner has one or more tokens remaining to parse.
[read-only]
HasNextBigDecimalbool. Returns whether the next token can be translated into a valid BigDecimal.
[read-only]
HasNextBigIntegerbool. Returns whether the next token can be translated into a valid BigInteger in the default radix.
[read-only]
HasNextBooleanbool. Returns whether the next token can be translated into a valid boolean value.
[read-only]
HasNextBytebool. Returns whether the next token can be translated into a valid byte value in the default radix.
[read-only]
HasNextDoublebool. Returns whether the next token translated into a valid double value.
[read-only]
HasNextFloatbool. Returns whether the next token can be translated into a valid float value.
[read-only]
HasNextIntbool. Returns whether the next token can be translated into a valid int value in the default radix.
[read-only]
HasNextLinebool. Returns true if there is a line terminator in the input.
[read-only]
HasNextLongbool. Returns whether the next token can be translated into a valid long value in the default radix.
[read-only]
HasNextShortbool. Returns whether the next token can be translated into a valid short value in the default radix.

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.