Options
All
  • Public
  • Public/Protected
  • All
Menu

Class List<T>

Type parameters

  • T

Hierarchy

  • List

Implements

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

  • new List(_items: T[]): List

Properties

Private _items

_items: T[]

Accessors

size

  • get size(): number

Methods

__@iterator

  • __@iterator(): IterableIterator<T>

forEach

  • forEach(callbackfn: function, thisArg?: any): void

has

  • has(value: T): boolean

Generated using TypeDoc