Click or drag to resize

FibonacciHeapLinkedListTPriority, TValue Class

Inheritance Hierarchy
SystemObject
  QuickGraph.CollectionsFibonacciHeapLinkedListTPriority, TValue

Namespace:  QuickGraph.Collections
Assembly:  RebornBuddy (in RebornBuddy.exe) Version: 3.3.1; net-4.5.win32; release
Syntax
C#
public sealed class FibonacciHeapLinkedList<TPriority, TValue> : IEnumerable, 
	IEnumerable<FibonacciHeapCell<TPriority, TValue>>

Type Parameters

TPriority
TValue

The FibonacciHeapLinkedListTPriority, TValue type exposes the following members.

Properties
  NameDescription
Public propertyFirst
Top
Methods
  NameDescription
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetEnumerator
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Top
Extension Methods
  NameDescription
Public Extension MethodForEachFibonacciHeapCellTPriority, TValue (Defined by Extensions.)
Public Extension MethodMinByOrDefaultFibonacciHeapCellTPriority, TValue, TKey
Finds the minimum TSource in source based on a key.
(Defined by MoveResultExtensions.)
Public Extension MethodToAdjacencyGraphFibonacciHeapCellTPriority, TValue, TEdge(FuncFibonacciHeapCellTPriority, TValue, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToAdjacencyGraphFibonacciHeapCellTPriority, TValue, TEdge(FuncFibonacciHeapCellTPriority, TValue, IEnumerableTEdge, Boolean)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToBidirectionalGraphFibonacciHeapCellTPriority, TValue, TEdge(FuncFibonacciHeapCellTPriority, TValue, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToBidirectionalGraphFibonacciHeapCellTPriority, TValue, TEdge(FuncFibonacciHeapCellTPriority, TValue, IEnumerableTEdge, Boolean)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateUndirectedGraphFibonacciHeapCellTPriority, TValue, TEdge(FuncFibonacciHeapCellTPriority, TValue, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateUndirectedGraphFibonacciHeapCellTPriority, TValue, TEdge(TryFuncFibonacciHeapCellTPriority, TValue, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateVertexAndEdgeListGraphFibonacciHeapCellTPriority, TValue, TEdge(FuncFibonacciHeapCellTPriority, TValue, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Public Extension MethodToDelegateVertexAndEdgeListGraphFibonacciHeapCellTPriority, TValue, TEdge(TryFuncFibonacciHeapCellTPriority, TValue, IEnumerableTEdge)Overloaded. (Defined by GraphExtensions.)
Top
See Also