public interface MapFromStringToBoolean
String
to boolean
types.JsMapFromStringToBoolean
Modifier and Type | Method and Description |
---|---|
boolean |
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,
boolean value)
Associates a value to the specified key.
|
void |
remove(String key)
Removes the value associated with the specified value, if one exists.
|
ArrayOfBoolean |
values()
The values contained in this map.
|
boolean get(String key)
boolean hasKey(String key)
ArrayOfString keys()
void put(String key, boolean value)
void remove(String key)
ArrayOfBoolean values()
Copyright © 2018. All rights reserved.