Class SinglyLinkedListNode<E>

Node of a singly linked list; stores value and the next link.

Time O(1), Space O(1)

Type Parameters

  • E = any

Hierarchy

  • LinkedListNode<E>
    • SinglyLinkedListNode

Constructors

Accessors

Constructors

Accessors