Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReverseIterator<Key, Unique, Source>

Reverser iterator of set container storing elements in a list.

author

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

Type parameters

  • Key

    Key type

  • Unique: boolean

    Whether duplicated key is blocked or not

  • Source: SetContainer<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

Methods

base

equals

next

prev

source

  • source(): Source

Generated using TypeDoc