public class WeakMap<K,V> extends Object
Modifier and Type | Field and Description |
---|---|
static WeakMap<?,?> |
prototype |
constructor
Constructor and Description |
---|
WeakMap() |
WeakMap(Iterable<Tuple2<K,V>> iterable) |
Modifier and Type | Method and Description |
---|---|
String |
$get(Symbol toStringTag) |
void |
clear() |
Boolean |
delete(K key) |
V |
get(K key) |
Boolean |
has(K key) |
WeakMap<K,V> |
set(K key) |
WeakMap<K,V> |
set(K key,
V value) |
$applyStatic, $applyStatic, $delete, $delete, $get, $get, $set, $set, $super, assign, create, create, defineProperties, defineProperty, defineProperty, freeze, getOwnPropertyDescriptor, getOwnPropertyNames, getPrototypeOf, hasOwnProperty, hasOwnProperty, hasOwnProperty, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, propertyIsEnumerable, propertyIsEnumerable, seal, toJSString, toLocaleString, toString, valueOf
public static WeakMap<?,?> prototype