deferred class
	SUBSET [G]

General
	cluster: elks
	description: 
		"Subsets with the associated operations,
		without commitment to a particular representation"

Ancestors
	SET* [G]

Queries
	changeable_comparison_criterion: BOOLEAN
	count: INTEGER_32
	disjoint (other: SUBSET [G]): BOOLEAN
	extendible: BOOLEAN
	has alias "" (v: G): BOOLEAN
	is_empty: BOOLEAN
	is_inserted (v: G): BOOLEAN
	is_subset alias "" (other: SUBSET [G]): BOOLEAN
	is_superset alias "" (other: SUBSET [G]): BOOLEAN
	linear_representation: LINEAR [G]
	new_cursor: ITERATION_CURSOR [G]
	object_comparison: BOOLEAN
	prunable: BOOLEAN

Commands
	compare_objects
	compare_references
	extend (v: G)
	fill (other: CONTAINER [G])
	intersect (other: SUBSET [G])
	merge (other: CONTAINER [G])
	prune (v: G)
	prune_all (v: G)
	put (v: G)
	subtract (other: SUBSET [G])
	symdif (other: SUBSET [G])
	wipe_out


Generated by ISE EiffelStudio