Class SequenceMatcher

    • Constructor Summary

      Constructors 
      Constructor Description
      SequenceMatcher()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<Match> execute​(java.lang.CharSequence password)  
      • Methods inherited from class java.lang.Object

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

      • SequenceMatcher

        public SequenceMatcher()
    • Method Detail

      • execute

        public java.util.List<Match> execute​(java.lang.CharSequence password)