Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface IBidirectionalIterator<T, Iterator>

Bidirectional 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: Iterator): boolean

next

  • next(): Iterator

prev

  • prev(): Iterator

Generated using TypeDoc