Uses of Class java.util.Scanner

Uses in package java.util

Methods with return type java.util.Scanner

Scanner
Scanner.skip(String pattern)
Skips a given pattern.
Scanner
Scanner.skip(Pattern pattern)
Skips the given pattern.
Scanner
Sets the current pattern to the given parameter.
Scanner
Sets the current pattern to the given parameter, and updates the Matcher with the new pattern.
Scanner
Sets the current Locale to the given parameter.
Scanner
Scanner.useRadix(int radix)
Sets the current radix to the current value if the given radix is >= 2 and <= 36 otherwise an IllegalArgumentException is thrown.