Modifier and Type | Method and Description |
---|---|
void |
addEntry(String name,
Object value)
Adds persisted information to the object
|
Object |
getEntry(String name)
Retrieves persisted information from the object.
|
int |
size()
Gets the number of entries in the persistentMap.
|
void addEntry(String name, Object value)
name
- is a well-known name for the entryvalue
- is the valueObject getEntry(String name)
name
- is the well-known name for the entryint size()
Copyright © 2018. All rights reserved.