Automatic generation produced by ISE Eiffel
deferred class LINEAR_SUBSET [G] General cluster: elks description: "Subsets that are traversable linearly without commitment to a concrete implementation." Ancestors TRAVERSABLE_SUBSET* [G] Queries after: BOOLEAN before: BOOLEAN changeable_comparison_criterion: BOOLEAN count: INTEGER_32 disjoint (other: TRAVERSABLE_SUBSET [G]): BOOLEAN extendible: BOOLEAN has alias "∋" (v: G): BOOLEAN index: INTEGER_32 is_empty: BOOLEAN is_inserted (v: G): BOOLEAN is_subset alias "⊆" (other: TRAVERSABLE_SUBSET [G]): BOOLEAN is_superset alias "⊇" (other: SUBSET [G]): BOOLEAN islast: BOOLEAN item: G linear_representation: LINEAR [G] new_cursor: ITERATION_CURSOR [G] object_comparison: BOOLEAN off: BOOLEAN prunable: BOOLEAN valid_index (i: INTEGER_32): BOOLEAN Commands compare_objects compare_references extend (v: G) fill (other: CONTAINER [G]) forth go_i_th (i: INTEGER_32) intersect (other: TRAVERSABLE_SUBSET [G]) merge (other: CONTAINER [G]) move_item (v: G) prune (v: G) prune_all (v: G) put (v: G) put_left (v: G) remove start subtract (other: TRAVERSABLE_SUBSET [G]) symdif (other: TRAVERSABLE_SUBSET [G]) wipe_out Constraints before definition -- Generated by Eiffel Studio --
For more details: eiffel.org