Class SuffixMatcher

    • Constructor Summary

      Constructors 
      Constructor Description
      SuffixMatcher​(boolean ignoreCase, java.util.Locale locale, java.lang.String... suffixes)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean evaluate​(java.lang.String str)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • suffixes

        private final java.lang.String[] suffixes
      • ignoreCase

        private final boolean ignoreCase
    • Constructor Detail

      • SuffixMatcher

        public SuffixMatcher​(boolean ignoreCase,
                             java.util.Locale locale,
                             java.lang.String... suffixes)
    • Method Detail

      • evaluate

        public boolean evaluate​(java.lang.String str)