Options
All
  • Public
  • Public/Protected
  • All
Menu

Class ReverseIterator<Key, T, Unique, Source>

Reverse iterator of map container storing elements a list.

author

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

Type parameters

  • Key

    Key type

  • T

    Mapped type

  • Unique: boolean

    Whether duplicated key is blocked or not

  • Source: MapContainer<Key, T, Unique, Source, Iterator<Key, T, Unique, Source>, ReverseIterator<Key, T, Unique, Source>>

    Source container type

Hierarchy

Implements

Index

Constructors

Accessors

Methods

Constructors

constructor

Accessors

first

  • get first(): Key

second

  • get second(): T
  • set second(val: T): void

value

  • get value(): Entry<Key, T>

Methods

base

  • base(): Iterator<Key, T, Unique, Source>

equals

next

prev

source

  • source(): Source

Generated using TypeDoc