com.mchange.io
Interface IOStringObjectMap

All Known Subinterfaces:
StringObjectMap

public interface IOStringObjectMap


Method Summary
 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)
           
 

Method Detail

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