public interface Subsequence
-
Method Summary
Modifier and TypeMethodDescriptionbooleanbooleanbooleanbooleancontains(char[] encoded, int from) static Subsequenceintlength()int
-
Method Details
-
create
static Subsequence create(String subsequence, boolean caseSensitive, boolean _1337Numbers, boolean _1337Letters) -
contains
boolean contains(char[] encoded, int from) -
subsequence
String subsequence() -
length
int length() -
caseSensitive
boolean caseSensitive() -
_1337Numbers
boolean _1337Numbers() -
_1337Letters
boolean _1337Letters() -
numCombinations
int numCombinations()
-