|
Terraria v1.4.4.9
Terraria source code documentation
|
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 |
Definition at line 5 of file FixedMaxHeap.cs.