Class JSWeakMap<K,V>

java.lang.Object
org.teavm.jso.core.JSWeakMap<K,V>
All Implemented Interfaces:
org.teavm.jso.JSObject

public class JSWeakMap<K,V> extends Object implements org.teavm.jso.JSObject
  • Constructor Details

    • JSWeakMap

      public JSWeakMap()
  • Method Details

    • get

      public V get(K key)
    • has

      public boolean has(K key)
    • set

      public JSWeakMap<K,V> set(K key, V value)
    • remove

      public boolean remove(K key)
    • create

      @Deprecated public static <K, V> JSWeakMap<K,V> create()
      Deprecated.
    • isSupported

      public static boolean isSupported()