Uses of Class java.util.regex.Pattern

Uses in package java.util

Methods with parameter type java.util.regex.Pattern

String
Tries to find the pattern in the current line.
String
Scanner.findWithinHorizon(Pattern pattern, int horizon)
Trys to match the pattern within the given horizon.
boolean
Searches the pattern in the next subString before the next current delimiter.
String
Scanner.next(Pattern pattern)
Tries to match the buffer with the given pattern.
Scanner
Scanner.skip(Pattern pattern)
Skips the given pattern.
Scanner
Sets the current pattern to the given parameter, and updates the Matcher with the new pattern.

Methods with return type java.util.regex.Pattern

Pattern
Returns the current delimiter.

Uses in package gnu.xml.validation.datatype

Constructors with parameter type java.util.regex.Pattern

Fields of type java.util.regex.Pattern

Pattern

Uses in package java.util.regex

Methods with parameter type java.util.regex.Pattern

Matcher
Changes the pattern used by the Matcher to the one specified.

Methods with return type java.util.regex.Pattern

Pattern
Pattern
Pattern.compile(String regex, int flags)
Pattern
Returns the Pattern that is interpreted by this Matcher