Class KavenLinkedListNode<T>

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

Since

1.1.19

Version

2019-03-22

Type Parameters

  • T

Hierarchy

  • KavenLinkedListNode

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

Generated using TypeDoc