FibonacciHeapLinkedListTPriority, TValue Class |
Inheritance HierarchySystemObject
QuickGraph.CollectionsFibonacciHeapLinkedListTPriority, TValue
Namespace:
QuickGraph.Collections
Assembly:
RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntaxpublic sealed class FibonacciHeapLinkedList<TPriority, TValue> : IEnumerable,
IEnumerable<FibonacciHeapCell<TPriority, TValue>>
Type Parameters
- TPriority
- TValue
The FibonacciHeapLinkedListTPriority, TValue type exposes the following members.
Properties
Methods
| Name | Description |
---|
 | Equals | Determines whether the specified object is equal to the current object. (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.) |
 | ToString | Returns a string that represents the current object. (Inherited from Object.) |
Top
Extension Methods
| Name | Description |
---|
 | ForEachFibonacciHeapCellTPriority, TValue | (Defined by Extensions.) |
 | MinByOrDefaultFibonacciHeapCellTPriority, TValue, TKey |
Finds the minimum TSource in source based on a key.
(Defined by MoveResultExtensions.) |
 | ToAdjacencyGraphFibonacciHeapCellTPriority, TValue, TEdge(FuncFibonacciHeapCellTPriority, TValue, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
 | ToAdjacencyGraphFibonacciHeapCellTPriority, TValue, TEdge(FuncFibonacciHeapCellTPriority, TValue, IEnumerableTEdge, Boolean) | Overloaded. (Defined by GraphExtensions.) |
 | ToBidirectionalGraphFibonacciHeapCellTPriority, TValue, TEdge(FuncFibonacciHeapCellTPriority, TValue, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
 | ToBidirectionalGraphFibonacciHeapCellTPriority, TValue, TEdge(FuncFibonacciHeapCellTPriority, TValue, IEnumerableTEdge, Boolean) | Overloaded. (Defined by GraphExtensions.) |
 | ToDelegateUndirectedGraphFibonacciHeapCellTPriority, TValue, TEdge(FuncFibonacciHeapCellTPriority, TValue, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
 | ToDelegateUndirectedGraphFibonacciHeapCellTPriority, TValue, TEdge(TryFuncFibonacciHeapCellTPriority, TValue, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
 | ToDelegateVertexAndEdgeListGraphFibonacciHeapCellTPriority, TValue, TEdge(FuncFibonacciHeapCellTPriority, TValue, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
 | ToDelegateVertexAndEdgeListGraphFibonacciHeapCellTPriority, TValue, TEdge(TryFuncFibonacciHeapCellTPriority, TValue, IEnumerableTEdge) | Overloaded. (Defined by GraphExtensions.) |
Top
See Also