com.mchange.util
Interface StringObjectMap
- All Superinterfaces:
- IOStringObjectMap
public interface StringObjectMap
- extends IOStringObjectMap
get
Object get(String key)
- Specified by:
get
in interface IOStringObjectMap
put
void put(String key,
Object value)
- Specified by:
put
in interface IOStringObjectMap
putNoReplace
boolean putNoReplace(String key,
Object value)
- Specified by:
putNoReplace
in interface IOStringObjectMap
remove
boolean remove(String key)
- Specified by:
remove
in interface IOStringObjectMap
containsKey
boolean containsKey(String key)
- Specified by:
containsKey
in interface IOStringObjectMap
keys
IOStringEnumeration keys()
- Specified by:
keys
in interface IOStringObjectMap
mkeys
StringEnumeration mkeys()