@JsType(isNative=true, name="dhinternal.browserHeaders.Map", namespace="<global>") public interface Map<K,V>
  • Method Details

    • clear

      void clear()
    • delete

      boolean delete(K key)
    • forEach

      void forEach(Map.ForEachCallbackFn<? super K,? super V> callbackfn, Object thisArg)
    • forEach

      void forEach(Map.ForEachCallbackFn<? super K,? super V> callbackfn)
    • get

      V get(K key)
    • getSize

      @JsProperty double getSize()
    • has

      boolean has(K key)
    • set

      Map<K,V> set(K key, V value)
    • set

      Map<K,V> set(K key)
    • setSize

      @JsProperty void setSize(double size)