Longest |
protected struct LinkedList
The LongestCommonSubstringBaseALinkedList type exposes the following members.
Name | Description | |
---|---|---|
Clear | Clears this instance (i.e. frees the array). | |
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) | |
Init | Inits the linked list of structures by allocating an array, and filling this array with the structures linked in ascending order. | |
MoveToLast | Moves 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. | |
ToString | Returns the fully qualified type name of this instance. (Inherited from ValueType) |
Name | Description | |
---|---|---|
First | Index of the first element of the linked structures. | |
L | List of linked structures. | |
Last | Index of the last element of the linked structures. |