Class IPrefixMatcher.IgnoreCase

  • All Implemented Interfaces:
    IPrefixMatcher
    Enclosing interface:
    IPrefixMatcher

    public static class IPrefixMatcher.IgnoreCase
    extends java.lang.Object
    implements IPrefixMatcher
    Default prefix matcher that compares the prefix of the candidate ignoring case.
    • Constructor Summary

      Constructors 
      Constructor Description
      IgnoreCase()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean isCandidateMatchingPrefix​(java.lang.String name, java.lang.String prefix)  
      • Methods inherited from class java.lang.Object

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

      • IgnoreCase

        public IgnoreCase()
    • Method Detail