Click or drag to resize

LongestCommonSubstringBaseALLElement Structure

Element of the linked list array.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.Collections.TextLongestCommonSubstringBaseALLElement

Namespace: Altaxo.Collections.Text
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected struct LLElement

The LongestCommonSubstringBaseALLElement type exposes the following members.

Methods
 NameDescription
Public methodEqualsIndicates whether this instance and a specified object are equal.
(Inherited from ValueType)
Public methodGetHashCodeReturns the hash code for this instance.
(Inherited from ValueType)
Public methodGetTypeGets the Type of the current instance.
(Inherited from Object)
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
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