Interface JSMapLike<T>

All Superinterfaces:
org.teavm.jso.JSObject

public interface JSMapLike<T> extends org.teavm.jso.JSObject
  • Method Summary

    Modifier and Type
    Method
    Description
    get(String key)
     
    void
    set(String key, T object)
     

    Methods inherited from interface org.teavm.jso.JSObject

    cast
  • Method Details