Options
All
  • Public
  • Public/Protected
  • All
Menu

Class EmptyIterator<T>

An iterator which is always empty.

Type parameters

  • T

Hierarchy

  • EmptyIterator

Implements

Index

Methods

Methods

clone

iter

  • Get an iterator over the object's values.

    Returns IIterator<T>

    An iterator which yields the object's values.

next

  • next(): T | undefined
  • Get the next value from the iterator.

    Returns T | undefined

    The next value from the iterator, or undefined.

Generated using TypeDoc