Options
All
  • Public
  • Public/Protected
  • All
Menu

Class WeakValueMap<K, V>

A map with weakly held values (not keys like WeakMap).

Local data structure - not a Collab.

Type Parameters

  • K

  • V extends object

Hierarchy

  • WeakValueMap

Index

Constructors

Methods

  • [iterator](): IterableIterator<[K, V]>
  • clear(): void
  • delete(key: K): void
  • get(key: K): undefined | V
  • set(key: K, value: V): void

Generated using TypeDoc