Click or drag to resize

LLElement Fields

The LongestCommonSubstringBaseLLLElement type exposes the following members.

Fields
 NameDescription
Public fieldIdxFirst occurence in the suffix array.
Public fieldIntervalBeginFirst list element of the interval to which this list element belongs.
Public fieldIntervalEndLast 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 fieldNextNext list element in the array, or null if no such element exists.
Public fieldPreviousPrevious list element in the array, or null if no such element exists.
Top
See Also