deferred class
	BOX [G]

General
	cluster: elks
	description: 
		"Data structures of the most general kind,
		having the potential ability to become full,
		and characterized by their implementation properties."

Ancestors
	CONTAINER* [G]

Queries
	changeable_comparison_criterion: BOOLEAN
	full: BOOLEAN
	has (v: G): BOOLEAN
	is_empty: BOOLEAN
	linear_representation: LINEAR [G]
	new_cursor: ITERATION_CURSOR [G]
	object_comparison: BOOLEAN

Commands
	compare_objects
	compare_references


Generated by ISE EiffelStudio