Options
All
  • Public
  • Public/Protected
  • All
Menu

NOTE: Had to write this class because we are back-level and cannot make use of modern iterators.

Type parameters

  • T

Hierarchy

  • ValueIterator

Index

Constructors

Properties

Methods

Constructors

constructor

Properties

Private _array

_array: T[]

Private _nextIndex

_nextIndex: number = 0

Methods

done

  • done(): boolean

next

  • next(): T

Generated using TypeDoc