Constructor and Description |
---|
JavaLightMap()
Construct a
JavaLightMap |
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
|
public JavaLightMap()
JavaLightMap
public void clear()
LightMap
public boolean containsKey(String key)
LightMap
containsKey
in interface LightMap<V>
key
- the key to test forpublic LightArray<String> getKeys()
LightMap
public void remove(String key)
LightMap
Copyright © 2021 Magnolia International Ltd.. All rights reserved.