Click or drag to resize

LongestCommonSubstringBaseALinkedList Structure

Maintains a list of linked LongestCommonSubstringBaseALLElement structures.
Inheritance Hierarchy
SystemObject
  SystemValueType
    Altaxo.Collections.TextLongestCommonSubstringBaseALinkedList

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

The LongestCommonSubstringBaseALinkedList type exposes the following members.

Methods
 NameDescription
Public methodClearClears this instance (i.e. frees the array).
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 methodInitInits the linked list of structures by allocating an array, and filling this array with the structures linked in ascending order.
Public methodMoveToLastMoves the element at index i to the last position in the linked list of elements. Only the links (Next and Previous) of the node change, the structure itself is not moved inside the array.
Public methodToStringReturns the fully qualified type name of this instance.
(Inherited from ValueType)
Top
Fields
 NameDescription
Public fieldFirstIndex of the first element of the linked structures.
Public fieldLList of linked structures.
Public fieldLastIndex of the last element of the linked structures.
Top
See Also