Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Collection<E>

Type parameters

  • E

Hierarchy

  • Iterable<E>

Index

Properties

count: number

A non-negative integer indicating the number of elements in the collection.

isEmpty: boolean

A boolean indicating whether the collection is empty.

Methods

  • [iterator](): Iterator<E, any, undefined>
  • Returns Iterator<E, any, undefined>

  • clear(): void
  • toArray(): E[]

Generated using TypeDoc