public class ConcurrentBindings extends SimpleBindings
Bindings
that can be accessed concurrently by multiple threads. It is needed in cases where "global"
bindings are required for the ScriptEngine
.Constructor and Description |
---|
ConcurrentBindings() |
ConcurrentBindings(Map<String,Object> m) |
clear, containsKey, containsValue, entrySet, get, isEmpty, keySet, put, putAll, remove, size, values
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
Copyright © 2013–2016 Apache Software Foundation. All rights reserved.