LLElement Fields |
The LongestCommonSubstringBaseLLLElement type exposes the following members.
Name | Description | |
---|---|---|
Idx | First occurence in the suffix array. | |
IntervalBegin | First list element of the interval to which this list element belongs. | |
IntervalEnd | Last list element of the interval to which this list element belongs. | |
IntervalSize | Length of the interval (number of nodes) that belong to the interval to which this list element belongs. | |
Lcp | Longest common prefix. | |
Next | Next list element in the array, or null if no such element exists. | |
Previous | Previous list element in the array, or null if no such element exists. |