Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface Iterator<T, SourceT, IteratorT, ReverseIteratorT, Elem>

Iterator of IContainer.

author

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

Type parameters

  • T: Elem

  • SourceT: IContainer<T, SourceT, IteratorT, ReverseIteratorT, Elem>

  • IteratorT: Iterator<T, SourceT, IteratorT, ReverseIteratorT, Elem>

  • ReverseIteratorT: ReverseIterator<T, SourceT, IteratorT, ReverseIteratorT, Elem>

  • Elem = T

Hierarchy

  • Iterator

Implemented by

Index

Methods

Methods

reverse

  • reverse(): ReverseIteratorT

source

  • source(): SourceT

Generated using TypeDoc