Class EvaluationContextImpl
- java.lang.Object
- 
- java.util.AbstractMap<K,V>
- 
- java.util.HashMap<java.lang.String,java.lang.Object>
- 
- org.eclipse.emf.cdo.expressions.impl.EvaluationContextImpl
 
 
 
- 
- All Implemented Interfaces:
- java.io.Serializable,- java.lang.Cloneable,- java.util.Map<java.lang.String,java.lang.Object>,- EvaluationContext
 
 public class EvaluationContextImpl extends java.util.HashMap<java.lang.String,java.lang.Object> implements EvaluationContext AHashMap-based default implementation of anEvaluationContext.- Author:
- Eike Stepper
- See Also:
- Serialized Form
 
- 
- 
Constructor SummaryConstructors Constructor Description EvaluationContextImpl()EvaluationContextImpl(int initialCapacity)EvaluationContextImpl(int initialCapacity, float loadFactor)EvaluationContextImpl(java.lang.Object thisValue)EvaluationContextImpl(java.util.Map<? extends java.lang.String,? extends java.lang.Object> m)
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.Class<?>getClass(java.lang.String name)- 
Methods inherited from class java.util.HashMapclear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
 - 
Methods inherited from class java.lang.Objectfinalize, getClass, notify, notifyAll, wait, wait, wait
 - 
Methods inherited from interface org.eclipse.emf.cdo.expressions.EvaluationContextget
 
- 
 
- 
- 
- 
Constructor Detail- 
EvaluationContextImplpublic EvaluationContextImpl() 
 - 
EvaluationContextImplpublic EvaluationContextImpl(int initialCapacity, float loadFactor)
 - 
EvaluationContextImplpublic EvaluationContextImpl(int initialCapacity) 
 - 
EvaluationContextImplpublic EvaluationContextImpl(java.util.Map<? extends java.lang.String,? extends java.lang.Object> m) 
 - 
EvaluationContextImplpublic EvaluationContextImpl(java.lang.Object thisValue) 
 
- 
 - 
Method Detail- 
getClasspublic java.lang.Class<?> getClass(java.lang.String name) - Specified by:
- getClassin interface- EvaluationContext
 
 
- 
 
-