class
	TIME_SET

General
	cluster: time
	description: "Sets of compactly coded times"
	create: make

Ancestors
	ARRAY [G]

Queries
	additional_space: INTEGER_32
	all_default: BOOLEAN
	area: SPECIAL [NUMERIC]
	capacity: INTEGER_32
	changeable_comparison_criterion: BOOLEAN
	count: INTEGER_32
	entry (i: INTEGER_32): NUMERIC
	extendible: BOOLEAN
	for_all (test: FUNCTION [ANY, TUPLE [NUMERIC], BOOLEAN]): BOOLEAN
	full: BOOLEAN
	Growth_percentage: INTEGER_32
	has (v: NUMERIC): BOOLEAN
	index_set: INTEGER_INTERVAL
	infix "@" (i: INTEGER_32): NUMERIC
	is_empty: BOOLEAN
	is_equal (other: [like Current] TIME_SET): BOOLEAN
	is_inserted (v: NUMERIC): BOOLEAN
	item (i: INTEGER_32): TIME
	item_array (i: INTEGER_32): NUMERIC
	last: INTEGER_32
	linear_representation: LINEAR [NUMERIC]
	lower: INTEGER_32
	Minimal_increase: INTEGER_32
	object_comparison: BOOLEAN
	occurrences (v: NUMERIC): INTEGER_32
	prunable: BOOLEAN
	resizable: BOOLEAN
	same_items (other: [like Current] TIME_SET): BOOLEAN
	subarray (start_pos, end_pos: INTEGER_32): ARRAY [NUMERIC]
	there_exists (test: FUNCTION [ANY, TUPLE [NUMERIC], BOOLEAN]): BOOLEAN
	to_c: ANY
	to_cil: NATIVE_ARRAY [NUMERIC]
	to_special: SPECIAL [NUMERIC]
	upper: INTEGER_32
	valid_index (i: INTEGER_32): BOOLEAN
	valid_index_set: BOOLEAN

Commands
	automatic_grow
	clear_all
	compare_objects
	compare_references
	conservative_resize (min_index, max_index: INTEGER_32)
	copy (other: [like Current] TIME_SET)
	discard_items
	do_all (action: PROCEDURE [ANY, TUPLE [NUMERIC]])
	do_if (action: PROCEDURE [ANY, TUPLE [NUMERIC]]; test: FUNCTION [ANY, TUPLE [NUMERIC], BOOLEAN])
	enter (v: [like item_array] NUMERIC; i: INTEGER_32)
	fill (other: CONTAINER [NUMERIC])
	force (v: [like item_array] NUMERIC; i: INTEGER_32)
	grow (i: INTEGER_32)
	make (n: INTEGER_32)
	make_array (min_index, max_index: INTEGER_32)
	make_from_array (a: ARRAY [NUMERIC])
	make_from_cil (na: NATIVE_ARRAY [[like item_array] NUMERIC])
	prune_all (v: NUMERIC)
	put (t: TIME)
	put_array (v: [like item_array] NUMERIC; i: INTEGER_32)
	subcopy (other: ARRAY [[like item_array] NUMERIC]; start_pos, end_pos, index_pos: INTEGER_32)

Constraints
	last non negative
	last small enough