Interface JSMapLike<T extends JSObject>

All Superinterfaces:
JSObject

public interface JSMapLike<T extends JSObject> extends 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