com.mchange.util
Interface StringObjectMap

All Superinterfaces:
IOStringObjectMap

public interface StringObjectMap
extends IOStringObjectMap


Method Summary
 boolean containsKey(String key)
           
 Object get(String key)
           
 IOStringEnumeration keys()
           
 StringEnumeration mkeys()
           
 void put(String key, Object value)
           
 boolean putNoReplace(String key, Object value)
           
 boolean remove(String key)
           
 

Method Detail

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()