Class JavascriptArray

java.lang.Object
com.dlsc.gmapsfx.javascript.JavascriptObject
com.dlsc.gmapsfx.javascript.JavascriptArray

public class JavascriptArray
extends JavascriptObject
JavascriptObject implementation of an array.

Return values are supplied as their raw return value from Javascript, unless that value has previously been passed in to the array as a JavascriptObject. The caller is then responsible for wrapping any new JSObjects in the appropriate JavascriptObject, as they should know what is needed.

Author:
Geoff Capper