TLinkedListNode<T> Class
Represents a node in a ILinkedList<T> . This class cannot be inherited.
TObject
Spring.Collections.TLinkedListNode<T>
Spring.Collections.TLinkedListNode<T>
type TLinkedListNode<T> = class sealed end;
Type Parameters
- T
- Specifies the element type of the linked list.
The TLinkedListNode<T> type exposes the following members.
Show:
Name | Description | |
---|---|---|
Create(T) | Overloaded. Initializes a new instance of the TLinkedListNode<T> class. |
Show:
Name | Description | |
---|---|---|
List | Represents property | |
Next | Gets the next node in the ILinkedList<T> . | |
Previous | Gets the previous node in the ILinkedList<T> . | |
Value | Gets the value contained in the node. |
Show:
Name | Description | |
---|---|---|
GetList | Represents method | |
GetNext | Represents method | |
GetPrevious | Represents method |