JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Use
Tree
Index
Help
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
SEARCH:
Package
org.teavm.jso.core
Interface JSMapLike<T extends
JSObject
>
All Superinterfaces:
JSObject
public interface
JSMapLike<T extends
JSObject
>
extends
JSObject
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
get
(
String
key)
void
set
(
String
key,
T
object)
Methods inherited from interface org.teavm.jso.
JSObject
cast
Method Details
get
T
get
(
String
key)
set
void
set
(
String
key,
T
object)