MW UNITY NAMESPACE








































public class THeapInterface<T, R> : IHeapItem<R>

THeapInterface


A Heap interface for constructing minimum and maximum Heaps.



public R

Element

The element in this Heap.



public int

HeapItemIndex

The index in this Heap.

This is implemented with IHeapItem.