deferred class
	CONTAINER [G]

General
	cluster: elks
	description: 
		"Data structures of the most general kind,
		used to hold zero or more items."

Ancestors
	ITERABLE* [G]

Queries
	changeable_comparison_criterion: 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