com.mchange.io
Interface IOStringObjectMap
- All Known Subinterfaces:
- StringObjectMap
public interface IOStringObjectMap
get
Object get(String key)
throws IOException
- Throws:
IOException
put
void put(String key,
Object value)
throws IOException
- Throws:
IOException
putNoReplace
boolean putNoReplace(String key,
Object value)
throws IOException
- Throws:
IOException
remove
boolean remove(String key)
throws IOException
- Throws:
IOException
containsKey
boolean containsKey(String key)
throws IOException
- Throws:
IOException
keys
IOStringEnumeration keys()
throws IOException
- Throws:
IOException