ConcurrentBindings
.@Deprecated 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()
Deprecated.
|
ConcurrentBindings(Map<String,Object> m)
Deprecated.
|
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–2018 Apache Software Foundation. All rights reserved.