Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Collection<T>

Type parameters

Hierarchy

Index

Constructors

Properties

Accessors

Methods

Constructors

constructor

Properties

list

list: T[]

Accessors

first

  • get first(): undefined | T

Methods

_remove

  • _remove(elm: T): void

dispose

  • dispose(): this

forEach

  • forEach(fn: function): this

Generated using TypeDoc