File tom/HeapElement


class tom.HeapElement

Inherits

State supers
State, Comparable

instance tom.HeapElement

variables

public mutable int heap_index;
The index of the element in the Heap it is stored. This index is 1 more than the index in the elements Array of the Heap. If this element is not part of a heap, this index is 0.

Generated by tm 1.01.