Uses of Interface
com.vaadin.client.flow.collection.JsWeakMap
-
Packages that use JsWeakMap Package Description com.vaadin.client.flow.collection com.vaadin.client.flow.collection.jre -
-
Uses of JsWeakMap in com.vaadin.client.flow.collection
Methods in com.vaadin.client.flow.collection that return JsWeakMap Modifier and Type Method 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. -
Uses of JsWeakMap in com.vaadin.client.flow.collection.jre
Classes in com.vaadin.client.flow.collection.jre that implement JsWeakMap Modifier and Type Class Description classJreJsWeakMap<K,V>Deprecated.Should only be used for testing.Methods in com.vaadin.client.flow.collection.jre that return JsWeakMap Modifier and Type Method Description JsWeakMap<K,V>JreJsWeakMap. set(K key, V value)Deprecated.
-