Longest |
protected class LLElement
The LongestCommonSubstringBaseLLLElement type exposes the following members.
Name | Description | |
---|---|---|
LongestCommonSubstringBaseLLLElement | Initializes a new instance of the LongestCommonSubstringBaseLLLElement class | |
LongestCommonSubstringBaseLLLElement(Int32, Int32) | Initializes a new instance of the LongestCommonSubstringBaseLLLElement class |
Name | Description | |
---|---|---|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
GetHashCode | Serves as the default hash function. (Inherited from Object) | |
GetType | Gets the Type of the current instance. (Inherited from Object) | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
ToString | Returns a string that represents the current object. (Inherited from Object) |
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. |