addLast linked list java

LinkedList.AddLast Method

  • Reference
Is this page helpful?

Please rate your experience

Yes No
Any additional feedback?

Feedback will be sent to Microsoft: By pressing the submit button, your feedback will be used to improve Microsoft products and services. Privacy policy.

Submit

Thank you.

Definition

Namespace: System.Collections.Generic Assembly:System.Collections.dll Assembly:System.dll Assembly:netstandard.dll

Important

Some information relates to prerelease product that may be substantially modified before its released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Adds a new node or value at the end of the LinkedList.

In this article

Overloads

AddLast[LinkedListNode]

Adds the specified new node at the end of the LinkedList.

AddLast[T]

Adds a new node containing the specified value at the end of the LinkedList.

AddLast[LinkedListNode]

Adds the specified new node at the end of the LinkedList.

public: void AddLast[System::Collections::Generic::LinkedListNode ^ node]; public void AddLast [System.Collections.Generic.LinkedListNode node]; member this.AddLast : System.Collections.Generic.LinkedListNode System.Collections.Generic.LinkedListNode

Chủ Đề