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