Riwmorld
Verse.FastPriorityQueue< T > Class Template Reference

Public Member Functions

 FastPriorityQueue (IComparer< T > comparer)
 
void Clear ()
 
Pop ()
 
void Push (T item)
 

Protected Member Functions

int CompareElements (int i, int j)
 
void SwapElements (int i, int j)
 

Protected Attributes

List< T > innerList
 
IComparer< T > comparer
 

Properties

int Count [get]
 

The documentation for this class was generated from the following file: