deferred class
	COMPARABLE_SET [G -> COMPARABLE]

General
	cluster: elks
	description: "Sets whose items may be compared according to a total order relation"

Ancestors
	COMPARABLE_STRUCT* [G -> COMPARABLE]
	SUBSET* [G]

Queries
	after: BOOLEAN
	before: BOOLEAN
	changeable_comparison_criterion: BOOLEAN
	count: INTEGER_32
	cs_max: [like item] G
	cs_min: [like item] G
	disjoint (other: SUBSET [G]): BOOLEAN
	exhausted: BOOLEAN
	extendible: BOOLEAN
	for_all (test: FUNCTION [G, BOOLEAN]): BOOLEAN
	has alias "" (v: [like item] G): BOOLEAN
	index: INTEGER_32
	index_of (v: [like item] G; i: INTEGER_32): INTEGER_32
	is_empty: BOOLEAN
	is_inserted (v: G): BOOLEAN
	is_subset alias "" (other: SUBSET [G]): BOOLEAN
	is_superset alias "" (other: SUBSET [G]): BOOLEAN
	item: G
	item_for_iteration: G
	linear_representation: LINEAR [G]
	max: G
	min: G
	min_max_available: BOOLEAN
	new_cursor: ITERATION_CURSOR [G]
	object_comparison: BOOLEAN
	occurrences (v: [like item] G): INTEGER_32
	off: BOOLEAN
	prunable: BOOLEAN
	there_exists (test: FUNCTION [G, BOOLEAN]): BOOLEAN

Commands
	back
	compare_objects
	compare_references
	do_all (action: PROCEDURE [G])
	do_if (action: PROCEDURE [G]; test: FUNCTION [G, BOOLEAN])
	extend (v: G)
	fill (other: CONTAINER [G])
	finish
	forth
	intersect (other: SUBSET [G])
	merge (other: CONTAINER [G])
	prune (v: G)
	prune_all (v: G)
	put (v: G)
	search (v: [like item] G)
	start
	subtract (other: SUBSET [G])
	symdif (other: SUBSET [G])
	wipe_out


Generated by ISE EiffelStudio