Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:
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 linear_representation: LINEAR [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]) extend (v: G) finish forth search (v: [like item] G) start
Classes Clusters Cluster hierarchy Chart Relations Flat contracts Go to:

-- Generated by Eiffel Studio --
For more details: eiffel.org