Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Flat contracts Go to:
class BOUNDED_STACK [G] General cluster: base.structures.dispenser description: "Stacks with a bounded physical size, implemented by arrays" create: make Ancestors BOUNDED [G] STACK [G] Queries capacity: INTEGER changeable_comparison_criterion: BOOLEAN count: INTEGER extendible: BOOLEAN full: BOOLEAN has (v: G): BOOLEAN is_empty: BOOLEAN is_inserted (v: G): BOOLEAN item: G linear_representation: ARRAYED_LIST [G] object_comparison: BOOLEAN occurrences (v: G): INTEGER Prunable: BOOLEAN readable: BOOLEAN Resizable: BOOLEAN writable: BOOLEAN Commands append (s: SEQUENCE [G]) compare_objects compare_references extend (v: [like item] G) fill (other: LINEAR [G]) force (v: [like item] G) make (n: INTEGER) put (v: [like item] G) remove replace (v: [like item] G) wipe_out Constraints count small enough extendible definition
Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Flat contracts Go to:

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