erland.util
Class ObjectStorageMap
java.lang.Object
erland.util.ObjectStorageMap
- All Implemented Interfaces:
- ObjectStorageInterface
public class ObjectStorageMap
- extends Object
- implements ObjectStorageInterface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ObjectStorageMap
public ObjectStorageMap(Map parameters)
get
public Object get(String name)
- Description copied from interface:
ObjectStorageInterface
- Get a object
- Specified by:
get
in interface ObjectStorageInterface
- Parameters:
name
- The name of the bject
- Returns:
- The object, will be null if the parameter does not exist
set
public void set(String name,
Object value)
- Description copied from interface:
ObjectStorageInterface
- Set a object
- Specified by:
set
in interface ObjectStorageInterface
- Parameters:
name
- The name of the objectvalue
- The object
delete
public void delete(String name)
- Description copied from interface:
ObjectStorageInterface
- Delete a object
- Specified by:
delete
in interface ObjectStorageInterface
- Parameters:
name
- The name of the object
Copyright © 2003-2005 Erland Isaksson. All Rights Reserved.