Class ADT.Heap()->Element

Inheritance graph
Description

Heap element.


Generic ValueType

__generic__ mixed ValueType = ValueType


Variable value

ValueType ADT.Heap.Element.value


Method create

ADT.Heap.Element ADT.Heap.Element(ValueType value)