Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Flat contracts Go to:
deferred class INDEXABLE [G, H -> INTEGER] General cluster: base.structures.access description: "Tables whose keys are integers in a contiguous interval" Ancestors TABLE [G, H] Queries infix "@" (k: H): G changeable_comparison_criterion: BOOLEAN extendible: BOOLEAN has (v: G): BOOLEAN index_set: INTEGER_INTERVAL is_empty: BOOLEAN is_inserted (v: G): BOOLEAN item (k: H): G linear_representation: LINEAR [G] object_comparison: BOOLEAN occurrences (v: G): INTEGER prunable: BOOLEAN valid_index (i: H): BOOLEAN Commands compare_objects compare_references extend (v: G) fill (other: CONTAINER [G]) prune (v: G) prune_all (v: G) put (v: G; k: H) wipe_out Constraints index set not void
Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Flat contracts Go to:

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