LuaValue that represents a Java instance of array type.
Can get elements by their integer key index, as well as the length.
This class is not used directly. It is returned by calls to {@link CoerceJavaToLua#coerce(Object)} when an array is supplied.
@see CoerceJavaToLua
@see CoerceLuaToJava
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.