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
IOException
void put(String key, Object value) throws IOException
IOException
boolean putNoReplace(String key, Object value) throws IOException
IOException
boolean remove(String key) throws IOException
IOException
boolean containsKey(String key) throws IOException
IOException
IOStringEnumeration keys() throws IOException
IOException