Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReverseIterator<T, Source, Base, This, PElem>

Basic reverse iterator.

author

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

Type parameters

  • T: PElem

  • Source: IContainer<T, Source, Base, This, PElem>

  • Base: Iterator<T, Source, Base, This, PElem>

  • This: ReverseIterator<T, Source, Base, This, PElem>

  • PElem = T

Hierarchy

Implements

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

value

  • get value(): T

Methods

base

  • base(): Base

equals

  • equals(obj: This): boolean

next

  • next(): This

prev

  • prev(): This

source

  • source(): Source

Generated using TypeDoc