kaven-basic - v4.5.1
    Preparing search index...

    Class KavenLinkedListNode<T>

    Represents a node in a KavenLinkedList. This class cannot be inherited.

    1.1.19

    2019-03-22

    Type Parameters

    • T
    Index

    Constructors

    Properties

    Accessors

    Methods

    Constructors

    • Initializes a new instance of the KavenLinkedListNode class, containing the specified value.

      Type Parameters

      • T

      Parameters

      • value: T

        The value to contain in the KavenLinkedListNode.

      Returns KavenLinkedListNode<T>

    Properties

    value: T

    Accessors

    • get Value(): T

      Gets the value contained in the node.

      Returns T

    • set Value(value: T): void

      Parameters

      • value: T

      Returns void

    Methods

    • Returns void