Interface Dictionary
-
- All Known Implementing Classes:
SimpleDictionary
public interface DictionaryDictionary interface. Implementing class may provide any means to detect sequence of dictionary entry.- Author:
- baranowb
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description intdictionarySequence(String password)Detects how long is sequence of chars in password.
-
-
-
Method Detail
-
dictionarySequence
int dictionarySequence(String password)
Detects how long is sequence of chars in password. The sequence MUST be dictionary declared word.- Parameters:
password-- Returns:
-
-