Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IReversableIterator<T, IteratorT, ReverseT>

Reversable iterator

author

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

Type parameters

Hierarchy

Index

Properties

Methods

Properties

value

value: T

Reference of the value.

Methods

equals

  • equals(obj: IteratorT): boolean

next

  • next(): IteratorT

prev

  • prev(): IteratorT

reverse

  • reverse(): ReverseT

Generated using TypeDoc