public class EvaluationContextImpl extends HashMap<String,Object> implements EvaluationContext
HashMap-based default implementation of an EvaluationContext.AbstractMap.SimpleEntry<K,V>, AbstractMap.SimpleImmutableEntry<K,V>| Constructor and Description |
|---|
EvaluationContextImpl() |
EvaluationContextImpl(int initialCapacity) |
EvaluationContextImpl(int initialCapacity,
float loadFactor) |
EvaluationContextImpl(Map<? extends String,? extends Object> m) |
EvaluationContextImpl(Object thisValue) |
| Modifier and Type | Method and Description |
|---|---|
Class<?> |
getClass(String name) |
clear, clone, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, forEach, get, getOrDefault, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesequals, hashCode, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitgetpublic EvaluationContextImpl()
public EvaluationContextImpl(int initialCapacity,
float loadFactor)
public EvaluationContextImpl(int initialCapacity)
public EvaluationContextImpl(Object thisValue)
public Class<?> getClass(String name)
getClass in interface EvaluationContextCopyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html