PersistenceHelper.DefaultSmartMapReference Class
com.beasys.commerce.util
PersistenceHelper.DefaultSmartMapReference Class
- public static class PersistenceHelper.DefaultSmartMapReference
extends Object
implements Serializable
, SmartMapReference
-
Hierarchy
-
Object
PersistenceHelper.DefaultSmartMapReference
-
All Implemented Interfaces
-
Serializable
, SmartMapReference
-
Enclosing class
-
PersistenceHelper
Methods from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PersistenceHelper.DefaultSmartMapReference
public PersistenceHelper.DefaultSmartMapReference()
cursor() Method
public Iterator
cursor()
Description copied from SmartMapReference.cursor()
Get an iterator of the Map's keys
Returns
- an iterator of the Map's keys
getMap() Method
public Map
getMap()
Description copied from SmartMapReference.getMap()
Get the wrapped map
Returns
- the Map contained in the wrapper
setMap(Map) Method
public void setMap(Map
map)
Description copied from SmartMapReference.setMap(Map)
Set the entire map
Parameters
-
map
- the Map to wrap