PriorityQueueTPriority, TValue Class |
Namespace: FlexRule.Queues
public class PriorityQueue<TPriority, TValue> : IQueue<TPriority, TValue>, IEnumerable<TValue>, IEnumerable
The PriorityQueueTPriority, TValue type exposes the following members.
Name | Description | |
---|---|---|
![]() | Dequeue | |
![]() | Enqueue | |
![]() | GetEnumerator | |
![]() | Peek |
Name | Description | |
---|---|---|
![]() | DistinctByTValue, TKey | (Defined by LinqExtensions.) |
![]() | IndexOfTValue | (Defined by StringTokenExtensions.) |
![]() | IsMonadParameterReference | (Defined by MonadParameterReferenceExtension.) |
![]() | TakeLastTValue |
Takes n last numbers of a source
(Defined by LinqExtensions.) |