- All Implemented Interfaces:
org.teavm.jso.JSObject
public abstract class JSWeakMap<K,V>
extends Object
implements org.teavm.jso.JSObject
-
Constructor Summary
Constructors
-
Method Summary
abstract boolean
static boolean
abstract 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
-
get
public abstract V get(K key)
-
has
public abstract boolean has(K key)
-
-
remove
public abstract boolean remove(K key)
-
-
isSupported
public static boolean isSupported()