class
	JAVA_BOOLEAN_ARRAY

General
	cluster: eiffel2java
	description: "Access to Java array of booleans. In Java it would be declared as 'boolean arr[]'"
	create: make_from_pointer, make

Ancestors
	JAVA_ARRAY

Queries
	count: INTEGER_32
	item (index: INTEGER_32): BOOLEAN
	Jni: JNI_ENVIRONMENT
	valid_index (index: INTEGER_32): BOOLEAN

Commands
	make (size: INTEGER_32)
	put (an_item: BOOLEAN; index: INTEGER_32)