class JAVA_LONG_ARRAY General cluster: eiffel2java description: "Access to Java array of 'long'" create: make Ancestors JAVA_ARRAY Queries count: INTEGER item (index: INTEGER): INTEGER_64 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 (size: INTEGER) make_from_pointer (p: POINTER) put (litem, index: INTEGER_64)