Click or drag to resize

LLElement Fields

The LongestCommonSubstringBaseALLElement type exposes the following members.

Fields
 NameDescription
Public fieldIdxFirst occurence in the suffix array.
Public fieldIntervalBeginIndex of the first list element of the interval to which this list element belongs.
Public fieldIntervalEndIndex of the last list element of the interval to which this list element belongs.
Public fieldIntervalSizeLength of the interval (number of nodes) that belong to the interval to which this list element belongs.
Public fieldLcpLongest common prefix.
Public fieldNextIndex of the next list element in the array, or -1 if no such element exists.
Public fieldPreviousIndex of the previous list element in the array, or -1 if no such element exists.
Top
See Also