public interface IOStringObjectMap
| Modifier and Type | Method and Description |
|---|---|
boolean |
containsKey(String key) |
Object |
get(String key) |
IOStringEnumeration |
keys() |
void |
put(String key,
Object value) |
boolean |
putNoReplace(String key,
Object value) |
boolean |
remove(String key) |
Object get(String key) throws IOException
IOExceptionvoid put(String key, Object value) throws IOException
IOExceptionboolean putNoReplace(String key, Object value) throws IOException
IOExceptionboolean remove(String key) throws IOException
IOExceptionboolean containsKey(String key) throws IOException
IOExceptionIOStringEnumeration keys() throws IOException
IOException