public interface ObjectStorage
| Modifier and Type | Method and Description |
|---|---|
String |
getString(String key)
Gets the string representation of the value by the key.
|
Object |
getValue(String key)
Gets the value by the key.
|
void |
setValue(String key,
Object value)
Associates value with the key.
|
String getString(String key)
key - the keyObject getValue(String key)
key - the keyvoid setValue(String key,
Object value)
key - the keyvalue - the valueCopyright © 2010-2020 Toolsverse. All Rights Reserved.