Options
All
  • Public
  • Public/Protected
  • All
Menu

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

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

  • Gets the next node in the KavenLinkedList.

    Returns undefined | KavenLinkedListNode<T>

  • Gets the next node in the KavenLinkedList.

    Parameters

    Returns void

  • Gets the previous node in the KavenLinkedList.

    Returns undefined | KavenLinkedListNode<T>

  • Gets the previous node in the KavenLinkedList.

    Parameters

    Returns void

  • get Value(): T
  • set Value(value: T): void
  • Gets the value contained in the node.

    Returns T

  • Gets the value contained in the node.

    Parameters

    • value: T

    Returns void

Methods

  • Clear(): void
  • Returns void

Generated using TypeDoc