Click or drag to resize

LongestCommonGeneralizedRepeatADDLElement Structure

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

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

The LongestCommonGeneralizedRepeatADDLElement 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 methodInit Initializes this element with the specified index and text.
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldCleanIndicates whether this element is clean.
Public fieldIdxFirst occurrence 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.
Public fieldTextNumber of the word this element belongs to.
Top
See Also