FibonacciHeapTPriority, TValue Class |
Inheritance HierarchySystemObject
QuickGraph.CollectionsFibonacciHeapTPriority, TValue
Namespace:
QuickGraph.Collections
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic sealed class FibonacciHeap<TPriority, TValue> : IEnumerable,
IEnumerable<KeyValuePair<TPriority, TValue>>
Type Parameters
- TPriority
- TValue
The FibonacciHeapTPriority, TValue type exposes the following members.
Constructors
Properties
Methods
Extension Methods
| Name | Description |
---|
 | ForEachKeyValuePairTPriority, TValue | (Defined by Extensions.) |
 | MinByOrDefaultKeyValuePairTPriority, TValue, TKey |
Finds the minimum TSource in source based on a key.
(Defined by MoveResultExtensions.) |
 | ToAdjacencyGraphKeyValuePairTPriority, TValue, TEdge(FuncKeyValuePairTPriority, TValue, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
 | ToAdjacencyGraphKeyValuePairTPriority, TValue, TEdge(FuncKeyValuePairTPriority, TValue, IEnumerableTEdge, Boolean) | Overloaded. (Defined by GraphExtensions.) |
 | ToBidirectionalGraphKeyValuePairTPriority, TValue, TEdge(FuncKeyValuePairTPriority, TValue, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
 | ToBidirectionalGraphKeyValuePairTPriority, TValue, TEdge(FuncKeyValuePairTPriority, TValue, IEnumerableTEdge, Boolean) | Overloaded. (Defined by GraphExtensions.) |
 | ToDelegateUndirectedGraphKeyValuePairTPriority, TValue, TEdge(FuncKeyValuePairTPriority, TValue, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
 | ToDelegateUndirectedGraphKeyValuePairTPriority, TValue, TEdge(TryFuncKeyValuePairTPriority, TValue, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
 | ToDelegateVertexAndEdgeListGraphKeyValuePairTPriority, TValue, TEdge(FuncKeyValuePairTPriority, TValue, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
 | ToDelegateVertexAndEdgeListGraphKeyValuePairTPriority, TValue, TEdge(TryFuncKeyValuePairTPriority, TValue, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
Top
See Also