Package com.google.common.base
Class JdkPattern.JdkMatcher
java.lang.Object
com.google.common.base.CommonMatcher
com.google.common.base.JdkPattern.JdkMatcher
- Enclosing class:
JdkPattern
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
matcher
-
-
Constructor Details
-
JdkMatcher
JdkMatcher(Matcher matcher)
-
-
Method Details
-
matches
public boolean matches()- Specified by:
matches
in classCommonMatcher
-
find
public boolean find()- Specified by:
find
in classCommonMatcher
-
find
public boolean find(int index) - Specified by:
find
in classCommonMatcher
-
replaceAll
- Specified by:
replaceAll
in classCommonMatcher
-
end
public int end()- Specified by:
end
in classCommonMatcher
-
start
public int start()- Specified by:
start
in classCommonMatcher
-