Class AbstractSinglyLinkedListNodeAbstract

Abstract base class for singly linked list nodes.

Defines the contract for forward-only node implementations that maintain a single reference to the next node in the sequence.

class MySinglyLinkedListNode extends AbstractSinglyLinkedListNode {
// Implement abstract methods
}

Hierarchy (View Summary)

Constructors

Methods

Constructors

Methods