Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Flat contracts Go to:
deferred class SEQUENCE [G] General cluster: base.structures.list description: "Finite sequences: structures where existing items are arranged and accessed sequentially, and new ones can be added at the end." Ancestors ACTIVE [G] BILINEAR [G] FINITE [G] Queries after: BOOLEAN before: BOOLEAN changeable_comparison_criterion: BOOLEAN count: INTEGER exhausted: BOOLEAN extendible: BOOLEAN for_all (test: FUNCTION [ANY, TUPLE [G], BOOLEAN]): BOOLEAN full: BOOLEAN has (v: [like item] G): BOOLEAN index: INTEGER index_of (v: [like item] G; i: INTEGER): INTEGER is_empty: BOOLEAN is_inserted (v: G): BOOLEAN item: G linear_representation: LINEAR [G] object_comparison: BOOLEAN occurrences (v: G): INTEGER off: BOOLEAN prunable: BOOLEAN readable: BOOLEAN there_exists (test: FUNCTION [ANY, TUPLE [G], BOOLEAN]): BOOLEAN writable: BOOLEAN Commands append (s: SEQUENCE [G]) back compare_objects compare_references do_all (action: PROCEDURE [ANY, TUPLE [G]]) do_if (action: PROCEDURE [ANY, TUPLE [G]]; test: FUNCTION [ANY, TUPLE [G], BOOLEAN]) extend (v: G) fill (other: CONTAINER [G]) finish force (v: [like item] G) forth prune (v: [like item] G) prune_all (v: [like item] G) put (v: [like item] G) remove replace (v: G) search (v: [like item] G) start wipe_out
Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Flat contracts Go to:

-- Generated by ISE Eiffel --
For more details: www.eiffel.com