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
[read-only] | HasNext | bool. Returns whether this Scanner has one or more tokens remaining to parse. |
[read-only] | HasNextBigDecimal | bool. Returns whether the next token can be translated into a valid BigDecimal. |
[read-only] | HasNextBigInteger | bool. Returns whether the next token can be translated into a valid BigInteger in the default radix. |
[read-only] | HasNextBoolean | bool. Returns whether the next token can be translated into a valid boolean value. |
[read-only] | HasNextByte | bool. Returns whether the next token can be translated into a valid byte value in the default radix. |
[read-only] | HasNextDouble | bool. Returns whether the next token translated into a valid double value. |
[read-only] | HasNextFloat | bool. Returns whether the next token can be translated into a valid float value. |
[read-only] | HasNextInt | bool. Returns whether the next token can be translated into a valid int value in the default radix. |
[read-only] | HasNextLine | bool. Returns true if there is a line terminator in the input. |
[read-only] | HasNextLong | bool. Returns whether the next token can be translated into a valid long value in the default radix. |
[read-only] | HasNextShort | bool. Returns whether the next token can be translated into a valid short value in the default radix. |
[read-only] override | ThresholdClass | IntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |
[read-only] override | ThresholdType | Type. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code. |