Marauroa 3.8: Difference between revisions

Content deleted Content added
imported>Madmetzger
imported>Madmetzger
Line 66:
 
It returns true if within the RPObject has a map with mapname and false if not.
 
To access the map as a whole thing it is possible to obtain a copy via the getMap method.
Map<String, String> theWholeMap = rpobject.getMap(mapname);
 
== Performance optimization ==