deferred class
	COUNTABLE [G]

General
	cluster: elks
	description: 
		"Infinite containers whose items are in one-to-one 
		correspondence with the integers."

Ancestors
	INFINITE* [G]

Queries
	changeable_comparison_criterion: BOOLEAN
	Full: BOOLEAN
	has (v: G): BOOLEAN
	Is_empty: BOOLEAN
	item (i: INTEGER_32): G
	linear_representation: LINEAR [G]
	new_cursor: ITERATION_CURSOR [G]
	object_comparison: BOOLEAN

Commands
	compare_objects
	compare_references


Generated by ISE EiffelStudio