V
- the type of object to storepublic interface LightMap<V>
Modifier and Type | Method and Description |
---|---|
void |
clear()
remove all objects from this map
|
boolean |
containsKey(String key)
does the map contain a key
|
V |
get(String key)
get a value from the map
|
LightArray<String> |
getKeys()
get all keys for this map
|
void |
put(String key,
V value)
put a value into the map
|
void |
remove(String key)
remove a value from the map
|
void clear()
boolean containsKey(String key)
key
- the key to test forLightArray<String> getKeys()
void remove(String key)
key
- Copyright © 2018 Magnolia International Ltd.. All rights reserved.