Method | Description | |
---|---|---|
GetCommonPrefix ( |
Returns the longest string that is a prefix of all accepted strings and visits each state at most once.
|
|
GetCommonPrefixBytesRef ( |
||
GetCommonSuffix ( |
Returns the longest string that is a suffix of all accepted strings and visits each state at most once.
|
|
GetCommonSuffixBytesRef ( |
||
GetFiniteStrings ( |
Returns the set of accepted strings, assuming that at most
|
|
IsFinite ( |
Returns true if the language of this automaton is finite.
|
|
Reverse ( |
Reverses the language of the given (non-singleton) automaton while returning the set of new initial states.
|
Method | Description | |
---|---|---|
FindIndex ( int c, int points ) : int |
Finds the largest entry whose value is less than or equal to c, or 0 if there is no such entry.
|
|
GetFiniteStrings ( State s, HashSet |
Returns the strings that can be produced from the given state, or false if more than
|
|
IsFinite ( State s, |
Checks whether there is a loop containing s. (this is sufficient since there are never transitions to dead states.)
|
|
ReverseBytes ( BytesRef @ref ) : void | ||
SpecialOperations ( ) : System |
public static GetCommonPrefix ( |
||
a | ||
return | string |
public static GetCommonPrefixBytesRef ( |
||
a | ||
return | BytesRef |
public static GetCommonSuffix ( |
||
a | ||
return | string |
public static GetCommonSuffixBytesRef ( |
||
a | ||
return | BytesRef |
public static GetFiniteStrings ( |
||
a | ||
limit | int | |
return | ISet |
public static IsFinite ( |
||
a | ||
return | bool |