
|
If you were logged in you would be able to see more operations.
|
|
|
| Resolution Date: |
23/Apr/06 03:10 AM
|
|
Assertion 12.11-1 PersistenceManager APIs
Object putUserObject(Object key, Object value); This method models the put method of Map. The current value associated with the key is returned and replaced by the parameter value. If the parameter value is null, the implementation may remove the entry from the table of managed key/value pairs
Object removeUserObject(Object key); This method models the remove method of Map. The current value associated with the key is re turned and removed
Object getUserObject(Object key); This method models the get method of Map. The current value associated with the key is returned. If the key is not found in the table, null is returned.
|
|
Description
|
Assertion 12.11-1 PersistenceManager APIs
Object putUserObject(Object key, Object value); This method models the put method of Map. The current value associated with the key is returned and replaced by the parameter value. If the parameter value is null, the implementation may remove the entry from the table of managed key/value pairs
Object removeUserObject(Object key); This method models the remove method of Map. The current value associated with the key is re turned and removed
Object getUserObject(Object key); This method models the get method of Map. The current value associated with the key is returned. If the key is not found in the table, null is returned.
|
Show » |
|