Searched defs:Matcher (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/util/regex/
H A DMatcher.java23 public final class Matcher implements MatchResult { class in inherits:MatchResult
88 Matcher(Pattern pattern, CharSequence input) { method in class:Matcher
105 * @return the {@code Matcher} itself.
109 public Matcher appendReplacement(StringBuffer buffer, String replacement) {
154 * Resets the {@code Matcher}. This results in the region being set to the
159 * @return the {@code Matcher} itself.
161 public Matcher reset() {
166 * Provides a new input and resets the {@code Matcher}. This results in the
174 * @return the {@code Matcher} itself.
176 public Matcher rese
[all...]

Completed in 16 milliseconds