| Package | Description |
|---|---|
| com.vaadin.client.flow.collection | |
| com.vaadin.client.flow.collection.jre |
| Modifier and Type | Method and Description |
|---|---|
JsWeakMap<K,V> |
JsWeakMap.set(K key,
V value)
Sets a value in this map, overwriting any previous mapping if present.
|
static <K,V> JsWeakMap<K,V> |
JsCollections.weakMap()
Creates a new JavaScript WeakMap.
|
| Modifier and Type | Class and Description |
|---|---|
class |
JreJsWeakMap<K,V>
Deprecated.
Should only be used for testing.
|
| Modifier and Type | Method and Description |
|---|---|
JsWeakMap<K,V> |
JreJsWeakMap.set(K key,
V value)
Deprecated.
|
Copyright © 2000–2026 Vaadin Ltd. All rights reserved.