Automatic generation produced by ISE Eiffel

Classes Clusters Cluster hierarchy Chart Relations Text Flat Contracts Flat contracts Go to:
class LINKED_PRIORITY_QUEUE [G -> COMPARABLE] General cluster: base.structures.dispenser description: "Priority queues implemented as sorted lists" create: make Ancestors PRIORITY_QUEUE [G -> PART_COMPARABLE] SORTED_TWO_WAY_LIST [G -> COMPARABLE] Queries changeable_comparison_criterion: BOOLEAN count: INTEGER Extendible: BOOLEAN Full: BOOLEAN has (v: G): BOOLEAN is_empty: BOOLEAN is_equal (other: [like Current] LINKED_PRIORITY_QUEUE [G]): BOOLEAN is_inserted (v: G): BOOLEAN item: G linear_representation: LINEAR [G] object_comparison: BOOLEAN occurrences (v: [like item] G): INTEGER prunable: BOOLEAN readable: BOOLEAN writable: BOOLEAN Commands append (s: SEQUENCE [G]) compare_objects compare_references extend (v: [like item] G) fill (other: CONTAINER [G]) force (v: [like item] G) make prune (v: [like item] G) prune_all (v: [like item] G) put (v: [like item] G) remove replace (v: [like item] G) 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