Klasse EvaluationContextImpl
- Alle implementierten Schnittstellen:
Serializable
,Cloneable
,Map<String,
,Object> EvaluationContext
A
HashMap
-based default implementation of an EvaluationContext
.- Autor:
- Eike Stepper
- Siehe auch:
-
Verschachtelte Klassen - Übersicht
Von Klasse geerbte verschachtelte Klassen/Schnittstellen java.util.AbstractMap
AbstractMap.SimpleEntry<K,
V>, AbstractMap.SimpleImmutableEntry<K, V> -
Konstruktorübersicht
KonstruktorenKonstruktorBeschreibungEvaluationContextImpl
(int initialCapacity) EvaluationContextImpl
(int initialCapacity, float loadFactor) EvaluationContextImpl
(Object thisValue) EvaluationContextImpl
(Map<? extends String, ? extends Object> m) -
Methodenübersicht
Von Klasse geerbte Methoden java.util.HashMap
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, newHashMap, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, values
Von Klasse geerbte Methoden java.util.AbstractMap
equals, hashCode, toString
Von Klasse geerbte Methoden java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
Von Schnittstelle geerbte Methoden org.eclipse.emf.cdo.expressions.EvaluationContext
get
-
Konstruktordetails
-
EvaluationContextImpl
public EvaluationContextImpl() -
EvaluationContextImpl
public EvaluationContextImpl(int initialCapacity, float loadFactor) -
EvaluationContextImpl
public EvaluationContextImpl(int initialCapacity) -
EvaluationContextImpl
-
EvaluationContextImpl
-
-
Methodendetails
-
getClass
- Angegeben von:
getClass
in SchnittstelleEvaluationContext
-