Class CommonMatcher

java.lang.Object
com.google.common.base.CommonMatcher
Direct Known Subclasses:
JdkPattern.JdkMatcher

abstract class CommonMatcher extends Object
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 Details

    • CommonMatcher

      CommonMatcher()
  • Method Details

    • matches

      public abstract boolean matches()
    • find

      public abstract boolean find()
    • find

      public abstract boolean find(int index)
    • replaceAll

      public abstract String replaceAll(String replacement)
    • end

      public abstract int end()
    • start

      public abstract int start()