Interface IPriorityQueue<T>
Represents a queue with priority.
Inherited Members
Namespace: QuikGraph.Collections
Assembly: QuikGraph.dll
Syntax
public interface IPriorityQueue<T> : IQueue<T>
Type Parameters
Name | Description |
---|---|
T | Element type. |
Methods
| Improve this Doc View SourceUpdate(T)
Updates the given value
priority.
Declaration
void Update(T value)
Parameters
Type | Name | Description |
---|---|---|
T | value | The value. |