Uses of Interface java.util.regex.MatchResult

Uses in package java.util

Methods with return type java.util.regex.MatchResult

MatchResult
Returns the last MatchResult found.

Uses in package java.util.regex

Classes implementing java.util.regex.MatchResult

class
Instance of a regular expression applied to a char sequence.

Methods with return type java.util.regex.MatchResult

MatchResult
Returns a read-only snapshot of the current state of the Matcher as a MatchResult.