deferred class
	COUNTABLE_SEQUENCE [G]

General
	cluster: elks
	description: "Infinite sequences, indexed by integers"

Ancestors
	ACTIVE* [G]
	COUNTABLE* [G]
	LINEAR* [G]

Queries
	After: BOOLEAN
	changeable_comparison_criterion: BOOLEAN
	exhausted: BOOLEAN
	Extendible: BOOLEAN
	for_all (test: FUNCTION [G, BOOLEAN]): BOOLEAN
	Full: BOOLEAN
	has (v: [like item] G): BOOLEAN
	i_th (i: INTEGER_32): G
	index: INTEGER_32
	index_of (v: [like item] G; i: INTEGER_32): INTEGER_32
	Is_empty: BOOLEAN
	is_inserted (v: G): BOOLEAN
	item: G
	item_for_iteration: G
	new_cursor: ITERATION_CURSOR [G]
	object_comparison: BOOLEAN
	occurrences (v: [like item] G): INTEGER_32
	off: BOOLEAN
	Prunable: BOOLEAN
	Readable: BOOLEAN
	Replaceable: BOOLEAN
	there_exists (test: FUNCTION [G, BOOLEAN]): BOOLEAN
	Writable: BOOLEAN

Commands
	compare_objects
	compare_references
	do_all (action: PROCEDURE [G])
	do_if (action: PROCEDURE [G]; test: FUNCTION [G, BOOLEAN])
	forth
	search (v: [like item] G)
	start


Generated by ISE EiffelStudio