|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
An interface for classes that wrap a Map, and handle intelligent persistence of the Map's contents; i.e., only making database calls when necessary rather than updating the entire Map when only a subset of it has changed, etc.
Method Summary | |
java.util.Iterator |
cursor()
Get an iterator of the Map's keys |
java.util.Map |
getMap()
Get the wrapped map |
void |
setMap(java.util.Map collection)
Set the entire map |
Method Detail |
public void setMap(java.util.Map collection)
collection
- the Map to wrappublic java.util.Map getMap()
public java.util.Iterator cursor()
|
© 2002 BEA Systems, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |