public static interface JexlArithmetic.MapBuilder
The default implementation creates a java.util.HashMap.
| Modifier and Type | Method and Description | 
|---|---|
| Object | create()Creates the actual "map" instance. | 
| void | put(Object key,
   Object value)Adds a new entry to the map. | 
Copyright © 2001–2021 The Apache Software Foundation. All rights reserved.