LLElement Fields |
The LongestCommonSubstringBaseALLElement type exposes the following members.
| Name | Description | |
|---|---|---|
| Idx | First occurence in the suffix array. | |
| IntervalBegin | Index of the first list element of the interval to which this list element belongs. | |
| IntervalEnd | Index of the 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 | Index of the next list element in the array, or -1 if no such element exists. | |
| Previous | Index of the previous list element in the array, or -1 if no such element exists. |