deferred class
	TRAVERSABLE [G]

General
	cluster: elks
	description: 
		"Structures for which there exists a traversal policy
		that will visit every element exactly once."

Ancestors
	CONTAINER* [G]

Queries
	changeable_comparison_criterion: BOOLEAN
	for_all (test: FUNCTION [G, BOOLEAN]): BOOLEAN
	has (v: G): BOOLEAN
	is_empty: BOOLEAN
	item: G
	linear_representation: LINEAR [G]
	new_cursor: ITERATION_CURSOR [G]
	object_comparison: BOOLEAN
	off: BOOLEAN
	there_exists (test: FUNCTION [G, BOOLEAN]): BOOLEAN

Commands
	compare_objects
	compare_references
	do_all (action: PROCEDURE [G])
	do_if (action: PROCEDURE [G]; test: FUNCTION [G, BOOLEAN])
	start

Constraints
	empty constraint


Generated by ISE EiffelStudio