Package org.infinispan.scripting.impl
Class CacheScriptBindings
java.lang.Object
org.infinispan.scripting.impl.CacheScriptBindings
CacheScriptBindings.
- Since:
- 7.2
- Author:
- Tristan Tarrant
-
Nested Class Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclear()booleancontainsKey(Object key) booleancontainsValue(Object value) entrySet()booleanisEmpty()keySet()voidintsize()values()Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface java.util.Map
compute, computeIfAbsent, computeIfPresent, equals, forEach, getOrDefault, hashCode, merge, putIfAbsent, remove, replace, replace, replaceAll
-
Constructor Details
-
CacheScriptBindings
-
-
Method Details
-
containsKey
- Specified by:
containsKeyin interfaceBindings- Specified by:
containsKeyin interfaceMap<String,Object>
-
get
-
size
public int size() -
isEmpty
public boolean isEmpty() -
containsValue
- Specified by:
containsValuein interfaceMap<String,Object>
-
clear
public void clear() -
keySet
-
values
-
entrySet
-
put
-
putAll
-
remove
-