V
- public interface MapFromStringTo<V>
String
to any object type.JsMapFromStringTo
Modifier and Type | Method and Description |
---|---|
V |
get(String key)
Retrieves a value for the specified key.
|
boolean |
hasKey(String key)
Indicates whether the map contains a value for the specified key.
|
ArrayOfString |
keys()
The keys contained within this map.
|
void |
put(String key,
V value)
Associates a value to the specified key.
|
void |
remove(String key)
Removes the value associated with the specified value, if one exists.
|
ArrayOf<V> |
values()
The values contained in this map.
|
boolean hasKey(String key)
ArrayOfString keys()
void remove(String key)
Copyright © 2018. All rights reserved.