Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ArrayIteratorBase<T, SourceT, ArrayT, IteratorT, ReverseT, ElemT>

Iterator of Array Containers.

author

Jeongho Nam - https://github.com/samchon

Type parameters

Hierarchy

Implements

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

value

  • get value(): T
  • set value(val: T): void

Methods

advance

  • advance(n: number): IteratorT

equals

  • equals(obj: IteratorT): boolean

index

  • index(): number

next

  • next(): IteratorT

prev

  • prev(): IteratorT

Abstract reverse

  • reverse(): ReverseT

Abstract source

  • source(): SourceT

Generated using TypeDoc