Longest |
protected struct LLElement
The LongestCommonSubstringBaseALLElement type exposes the following members.
Name | Description | |
---|---|---|
Equals | Indicates whether this instance and a specified object are equal. (Inherited from ValueType) | |
GetHashCode | Returns the hash code for this instance. (Inherited from ValueType) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
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. |