Class SetBasedKeywordMatcher

    • Constructor Summary

      Constructors 
      Constructor Description
      SetBasedKeywordMatcher​(java.lang.String... keywords)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean matches​(java.lang.CharSequence input, int offset, int length)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • SetBasedKeywordMatcher

        public SetBasedKeywordMatcher​(java.lang.String... keywords)
    • Method Detail

      • matches

        public boolean matches​(java.lang.CharSequence input,
                               int offset,
                               int length)
        Specified by:
        matches in interface ISequenceMatcher
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object