BinaryHeapTPriority, TValue Class |
Namespace: QuickGraph.Collections
public class BinaryHeap<TPriority, TValue> : IEnumerable, IEnumerable<KeyValuePair<TPriority, TValue>>
The BinaryHeapTPriority, TValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | BinaryHeapTPriority, TValue | |
![]() | BinaryHeapTPriority, TValue(FuncTPriority, TPriority, Int32) | |
![]() | BinaryHeapTPriority, TValue(Int32, FuncTPriority, TPriority, Int32) |
Name | Description | |
---|---|---|
![]() | Capacity | |
![]() | Count | |
![]() | PriorityComparison |
Name | Description | |
---|---|---|
![]() | Add | |
![]() | 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.) |
![]() | GetEnumerator | |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | IndexOf | |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | Minimum | |
![]() | MinimumUpdate | |
![]() | RemoveAt | |
![]() | RemoveMinimum | |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |
![]() | ToValueArray | |
![]() | Update |