Class KeyMap<K, V, I, L>

Map that transforms keys.

Type Parameters

  • K

    Input key type.

  • V

    Value type.

  • I

    Indexable key type.

  • L = K

    Lookup key type.

Hierarchy (View Summary)

Implements

  • Iterable<[key: K, value: V]>

Constructors

Accessors

Methods

Constructors

Accessors

Methods

  • Returns IterableIterator<[key: K, value: V]>