An invocation of this method of the form nextBigInteger() behaves in exactly the same way as the invocation nextBigInteger(radix), where radix
is the default radix of this scanner.
@return the BigInteger scanned from the input
@throws InputMismatchException if the next token does not match the Integer regular expression, or is out of range
@throws NoSuchElementException if the input is exhausted
@throws IllegalStateException if this scanner is closed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|