java.lang.Object
me.gosimple.nbvcxz.matching.match.BaseMatch
me.gosimple.nbvcxz.matching.match.SeparatorMatch
- All Implemented Interfaces:
Match
- Author:
- Adam Brusselback
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionSeparatorMatch(String match, Configuration configuration, int start_index, int end_index) Create a newSeparatorMatch -
Method Summary
Methods inherited from class me.gosimple.nbvcxz.matching.match.BaseMatch
calculateEntropy, getAverageEntropy, getDetails, getEndIndex, getLength, getStartIndex, getToken, log2, nCk, setEntropy
-
Constructor Details
-
SeparatorMatch
Create a newSeparatorMatch- Parameters:
match- theStringwe are creating theSeparatorMatchfrom.configuration- theConfigurationobject.start_index- the start index in the password for this match.end_index- the end index in the password for this match.
-