public interface ScriptMap<T>
| Modifier and Type | Method and Description |
|---|---|
void |
deleter(String key)
Deletes the element at this key.
|
T |
get(String key)
If there is an element at this key, return it.
|
boolean |
has(String key) |
void |
set(String name,
int value) |
void |
set(String key,
T value)
Set the element at this key.
|
boolean has(String key)
key - Name of the propertyT get(String key)
key - Name of the propertyvoid set(String key, T value)
key - Name of the propertyvalue - Value of the propertyvoid set(String name, int value)
void deleter(String key)
key - Name of the propertyCopyright © 2017. All rights reserved.