Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
System.Linq.Parallel.FixedMaxHeap< TElement > Class Template Referencesealed

Package Functions

 FixedMaxHeap (int maximumSize, IComparer< TElement > comparer)
 
void Clear ()
 
bool Insert (TElement e)
 
void ReplaceMax (TElement newValue)
 
void RemoveMax ()
 

Properties

int Count [get]
 
int Size [get]
 
TElement MaxValue [get]
 

Private Member Functions

void Swap (int i, int j)
 
void HeapifyRoot ()
 
void HeapifyLastLeaf ()
 

Private Attributes

readonly TElement[] _elements
 
int _count
 
readonly IComparer< TElement > _comparer
 

Detailed Description

Definition at line 5 of file FixedMaxHeap.cs.


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