- java.lang.Object
-
- com.appslandia.common.base.FluentMap<String,Object>
-
- com.appslandia.common.base.Params
-
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>
public class Params extends FluentMap<String,Object>
- Author:
- Loc Ha
- See Also:
- Serialized Form
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Paramsof(String key, Object value)Paramsset(String key, Object value)ParamssetArray(String key, Object... values)-
Methods inherited from class com.appslandia.common.base.FluentMap
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
-