class
	PART_SORTED_SET [G -> PART_COMPARABLE]

General
	cluster: elks
	description: 
		"Sets whose items may be compared according to a partial order relation
		implemented as sorted two-way lists."
	create: make, make_from_iterable, make_sublist

Ancestors
	LINEAR_SUBSET* [G]
	PART_SORTED_TWO_WAY_LIST [G -> PART_COMPARABLE]

Queries
	after: BOOLEAN
	before: BOOLEAN
	changeable_comparison_criterion: BOOLEAN
	count: INTEGER_32
	disjoint (other: TRAVERSABLE_SUBSET [G]): BOOLEAN
	extendible: BOOLEAN
	has (v: G): BOOLEAN
	index: INTEGER_32
	is_empty: BOOLEAN
	is_equal (other: [like Current] PART_SORTED_SET [G]): BOOLEAN
	is_inserted (v: G): BOOLEAN
	is_subset (other: TRAVERSABLE_SUBSET [G]): BOOLEAN
	is_superset (other: SUBSET [G]): BOOLEAN
	islast: BOOLEAN
	item: G
	linear_representation: LINEAR [G]
	new_cursor: TWO_WAY_LIST_ITERATION_CURSOR [G]
	object_comparison: BOOLEAN
	off: BOOLEAN
	prunable: BOOLEAN
	readable: BOOLEAN
	valid_cursor_index (i: INTEGER_32): BOOLEAN
	valid_index (i: INTEGER_32): BOOLEAN
	writable: BOOLEAN

Commands
	compare_objects
	compare_references
	copy (other: [like Current] PART_SORTED_SET [G])
	extend (v: G)
	fill (other: CONTAINER [G])
	finish
	forth
	go_i_th (i: INTEGER_32)
	intersect (other: TRAVERSABLE_SUBSET [G])
	merge (other: TRAVERSABLE_SUBSET [G])
	move_item (v: G)
	prune (v: [like item] G)
	prune_all (v: [like item] G)
	put (v: G)
	put_left (v: [like item] G)
	remove
	start
	subtract (other: TRAVERSABLE_SUBSET [G])
	symdif (other: TRAVERSABLE_SUBSET [G])
	wipe_out


Generated by ISE EiffelStudio