public abstract class VMBridge
extends java.lang.Object
Constructor and Description |
---|
VMBridge() |
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<?> |
getJavaIterator(Context cx,
Scriptable scope,
java.lang.Object obj)
If "obj" is a java.util.Iterator or a java.lang.Iterable, return a
wrapping as a JavaScript Iterator.
|
public java.util.Iterator<?> getJavaIterator(Context cx, Scriptable scope, java.lang.Object obj)
Copyright © 2010 - 2020 Adobe. All Rights Reserved