Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReverseIterator<Key, Unique, Source>

Reverse iterator of set container storing elements in a vector.

author

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

Type parameters

  • Key

    Key type

  • Unique: boolean

    Whether duplicated key is blocked or not

  • Source: ITreeSet<Key, Unique, Source, Iterator<Key, Unique, Source>, ReverseIterator<Key, Unique, Source>>

    Source container type

Hierarchy

Implements

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

value

  • get value(): Key
  • set value(val: Key): void

Methods

advance

base

equals

index

  • index(): number

next

prev

source

  • source(): Source

Generated using TypeDoc