Methods_T_PurpleKingdomGames_Core_Collections_BinaryHeap_1 - PurpleKingdomGames/CoreLibs GitHub Wiki
The BinaryHeap(T) generic type exposes the following members.
Name | Description | |
---|---|---|
Add | Add a single item to the heap | |
Equals | Determines whether the specified Object is equal to the current Object. (Inherited from Object.) | |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
GetType | Gets the type of the current instance. (Inherited from Object.) | |
IndexOf | Gets the index of the specified item in the heap | |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
Remove | Get the lowest value from the top of the heap | |
Sort | Resort the heap from the specified index. Used when an items value changes | |
ToString | Returns a string that represents the current object. (Inherited from Object.) |
BinaryHeap(T) Class
PurpleKingdomGames.Core.Collections Namespace