Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IRandomAccessIterator<T, Iterator>

Random access iterator.

author

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

Type parameters

Hierarchy

Implemented by

Index

Properties

Methods

Properties

value

value: T

Reference of the value.

Methods

advance

  • advance(n: number): Iterator

equals

  • equals(obj: Iterator): boolean

index

  • index(): number

next

  • next(): Iterator

prev

  • prev(): Iterator

Generated using TypeDoc