Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IIterator<E>

Type parameters

  • E

Hierarchy

  • IIterator

Index

Properties

Properties

getCurrent

getCurrent: () => E

Type declaration

    • (): E
    • Returns E

moveNext

moveNext: () => boolean

Type declaration

    • (): boolean
    • Returns boolean

Generated using TypeDoc