Class BaseMatcher

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected BaseMatcher​(Context context)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected Context getContext()  
      protected java.util.List<Match> sorted​(java.util.List<Match> matches)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface com.nulabinc.zxcvbn.matchers.Matcher

        execute
    • Constructor Detail

      • BaseMatcher

        protected BaseMatcher​(Context context)
    • Method Detail

      • getContext

        protected Context getContext()
      • sorted

        protected java.util.List<Match> sorted​(java.util.List<Match> matches)