Options
All
  • Public
  • Public/Protected
  • All
Menu

Class Iterator<Key, Unique, Source>

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

Accessors

Methods

Accessors

value

  • get value(): Key

Methods

equals

  • equals(obj: Iterator<Key, Unique, Source>): boolean

next

prev

reverse

source

  • source(): Source

Generated using TypeDoc