Class UtilMisc.SimpleMap

java.lang.Object
org.ofbiz.core.util.UtilMisc.SimpleMap
All Implemented Interfaces:
Serializable, Map<String,Object>
Enclosing class:
UtilMisc

protected static class UtilMisc.SimpleMap extends Object implements Map<String,Object>, Serializable
This is meant to be very quick to create and use for small sized maps, perfect for how we usually use UtilMisc.toMap
See Also: