Interface ScriptableMap<K,V>
- All Superinterfaces:
Map<K,,V> org.mozilla.javascript.Scriptable
- All Known Implementing Classes:
ScriptableLinkedHashMap,ScriptableWrappedMap
Contract to be implemented by classes providing Map like collections to JavaScript.
- Author:
- Kevin Roast
-
Nested Class Summary
-
Field Summary
Fields inherited from interface org.mozilla.javascript.Scriptable
NOT_FOUND -
Method Summary
Methods inherited from interface java.util.Map
clear, compute, computeIfAbsent, computeIfPresent, containsKey, containsValue, entrySet, equals, forEach, get, getOrDefault, hashCode, isEmpty, keySet, merge, put, putAll, putIfAbsent, remove, remove, replace, replace, replaceAll, size, valuesMethods inherited from interface org.mozilla.javascript.Scriptable
delete, delete, get, get, getClassName, getDefaultValue, getIds, getParentScope, getPrototype, has, has, hasInstance, put, put, setParentScope, setPrototype