Class OGNLExpressionObjectsWrapper
- All Implemented Interfaces:
Serializable,Cloneable,Map<String,Object>
- Since:
- 3.0.0
-
Nested Class Summary
Nested classes/interfaces inherited from class java.util.AbstractMap
AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K, V> -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.util.HashMap
compute, computeIfAbsent, computeIfPresent, forEach, getOrDefault, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Field Details
-
expressionObjects
-
-
Constructor Details
-
OGNLExpressionObjectsWrapper
OGNLExpressionObjectsWrapper(IExpressionObjects expressionObjects)
-
-
Method Details
-
size
public int size() -
isEmpty
public boolean isEmpty() -
get
-
containsKey
- Specified by:
containsKeyin interfaceMap<String,Object> - Overrides:
containsKeyin classHashMap<String,Object>
-
put
-
putAll
-
remove
-
clear
public void clear() -
containsValue
- Specified by:
containsValuein interfaceMap<String,Object> - Overrides:
containsValuein classHashMap<String,Object>
-
clone
-
keySet
-
values
-
entrySet
-
equals
-
hashCode
public int hashCode() -
toString
- Overrides:
toStringin classAbstractMap<String,Object>
-