Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ListIterator<T, SourceT, IteratorT, ReverseIteratorT, Elem>

Basic List Iterator.

author

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

Type parameters

  • T: Elem

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

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

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

  • Elem

Hierarchy

Implements

  • {}

Index

Accessors

Methods

Accessors

value

  • get value(): T

Methods

equals

  • equals(obj: IteratorT): boolean

next

  • next(): IteratorT

prev

  • prev(): IteratorT

Abstract reverse

  • reverse(): ReverseIteratorT

Abstract source

  • source(): SourceT

Generated using TypeDoc