Package com.mchange.util
Interface StringObjectMap
- All Superinterfaces:
IOStringObjectMap
-
Method Summary
Modifier and TypeMethodDescriptionbooleancontainsKey(String key) keys()mkeys()voidbooleanputNoReplace(String key, Object value) boolean
-
Method Details
-
get
- Specified by:
getin interfaceIOStringObjectMap
-
put
- Specified by:
putin interfaceIOStringObjectMap
-
putNoReplace
- Specified by:
putNoReplacein interfaceIOStringObjectMap
-
remove
- Specified by:
removein interfaceIOStringObjectMap
-
containsKey
- Specified by:
containsKeyin interfaceIOStringObjectMap
-
keys
IOStringEnumeration keys()- Specified by:
keysin interfaceIOStringObjectMap
-
mkeys
StringEnumeration mkeys()
-