com.gmrodrigues.js.sandbox.wrapper.MyScriptableList Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of js-sandbox Show documentation
Show all versions of js-sandbox Show documentation
Sandbox to run javascript in a isolated way
The newest version!
package com.gmrodrigues.js.sandbox.wrapper;
import org.mozilla.javascript.Scriptable;
import java.security.InvalidParameterException;
import java.util.ArrayList;
import java.util.Collection;
import java.util.Iterator;
import java.util.List;
import java.util.ListIterator;
public class MyScriptableList implements Scriptable, List
{
public final List