com.beasys.commerce.util
Class PersistenceHelper.DefaultSmartMapReference
java.lang.Object
   com.beasys.commerce.util.PersistenceHelper.DefaultSmartMapReference
com.beasys.commerce.util.PersistenceHelper.DefaultSmartMapReference
- All Implemented Interfaces 
- SmartMapReference, Serializable
- Enclosing class:
- PersistenceHelper
- public static class PersistenceHelper.DefaultSmartMapReference 
- extends Object- implements SmartMapReference, Serializable
- See Also
- Serialized Form
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
PersistenceHelper.DefaultSmartMapReference
public PersistenceHelper.DefaultSmartMapReference()
getMap
public Map getMap()
- Description copied from interface: SmartMapReference
- Get the wrapped map
 
- 
- Specified by:
- getMapin interface- SmartMapReference
 
- 
- Returns
- the Map contained in the wrapper
 
setMap
public void setMap(Map map)
- Description copied from interface: SmartMapReference
- Set the entire map
 
- 
- Specified by:
- setMapin interface- SmartMapReference
 
- 
- Parameters
- map- the Map to wrap
 
cursor
public Iterator cursor()
- Description copied from interface: SmartMapReference
- Get an iterator of the Map's keys
 
- 
- Specified by:
- cursorin interface- SmartMapReference
 
- 
- Returns
- an iterator of the Map's keys
 
Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.