@supuwoerc/toolkit
    Preparing search index...

    Class LinkedListNode<T>

    链表节点类 — Linked list node class

    表示链表中的一个节点,包含值和指向下一个节点的引用。 Represents a node in a linked list, containing a value and a reference to the next node.

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Constructors

    Properties

    value: T