Class AbstractDoublyLinkedListNodeAbstract

Abstract base class for doubly linked list nodes.

Defines the contract for bidirectional node implementations that maintain references to both previous and next nodes in the sequence.

class MyDoublyLinkedListNode extends AbstractDoublyLinkedListNode {
// Implement abstract methods
}

Hierarchy (View Summary)

Constructors

Methods

Constructors

Methods