|
Count
|
Returns the number of items in the heap
|
|
ElementClass
|
Specifies the heap element class to create for every node in the heap.
|
|
Element[Integer]
|
Returns the heap element at the specified position
|
|
Heap
|
Stores the nodes that make up the heap
|
|
Item[Integer]
|
Returns the item in the heap at the specified position.
|
|
Order
|
Specifies the order of items in the heap.
|