Package com.google.common.base
Class CommonMatcher
java.lang.Object
com.google.common.base.CommonMatcher
- Direct Known Subclasses:
JdkPattern.JdkMatcher
The subset of the
Matcher
API which is used by this package, and also
shared with the re2j
library. For internal use only. Please refer to the Matcher
javadoc for details.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
CommonMatcher
CommonMatcher()
-
-
Method Details
-
matches
public abstract boolean matches() -
find
public abstract boolean find() -
find
public abstract boolean find(int index) -
replaceAll
-
end
public abstract int end() -
start
public abstract int start()
-