Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ItemCollection

Hierarchy

  • ItemCollection

Implements

Indexable

[key: number]: BaseItem

Index

Constructors

Properties

byName: {}

Type declaration

empty: boolean
length: number

Methods

  • [iterator](): Iterator<BaseItem, any, undefined>
  • addAll(elements: Iterable<BaseItem>): boolean
  • addAll(index: number, elements: Iterable<BaseItem>): boolean
  • clear(): void