Class PrefixMatcher

    • Constructor Summary

      Constructors 
      Constructor Description
      PrefixMatcher​(boolean ignoreCase, java.util.Locale locale, java.lang.String... prefixes)  
    • 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

      • prefixes

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

        private final boolean ignoreCase
    • Constructor Detail

      • PrefixMatcher

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

      • evaluate

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