- All Implemented Interfaces:
org.teavm.jso.JSObject
public class JSWeakMap<K,V>
extends Object
implements org.teavm.jso.JSObject
-
Constructor Summary
Constructors
-
Method Summary
boolean
static boolean
boolean
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface org.teavm.jso.JSObject
cast
-
Constructor Details
-
JSWeakMap
public JSWeakMap()
-
Method Details
-
-
has
public boolean has(K key)
-
-
remove
public boolean remove(K key)
-
-
isSupported
public static boolean isSupported()