class
	JAVA_ARRAY

General
	cluster: eiffel2java
	description: "parent of all Java array classes that contains the common routines to all arrays. Not to be used directly, instead use the class with array of specific type."
	create: make_from_pointer

Ancestors
	JAVA_EXTERNALS
	SHARED_JNI_ENVIRONMENT

Queries
	count: INTEGER
	Jni: JNI_ENVIRONMENT
	valid_index (index: INTEGER): BOOLEAN

Commands
	c_check_for_exceptions (lenv: POINTER)
	c_throw_custom_exception (lenv, jclass_id, msg: POINTER)
	c_throw_java_exception (lenv, jthrowable: POINTER)
	make_from_pointer (p: POINTER)

Constraints