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.platform.metadata
Interface ResourceMap<T extends
Resource
>
All Superinterfaces:
Resource
public interface
ResourceMap<T extends
Resource
>
extends
Resource
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method
Description
T
get
(
String
key)
boolean
has
(
String
key)
String
[]
keys
()
void
put
(
String
key,
T
value)
Method Details
has
boolean
has
(
String
key)
get
T
get
(
String
key)
put
void
put
(
String
key,
T
value)
keys
String
[]
keys
()