EmbeddedPriorityQueue<(Of <(<'TElement, TPriority>)>)> Class
Represents a collection of items that have a value and a priority. On dequeue, the item with the lowest priority value is removed.
Namespace:
com.onlineobject.objectnet.server.UtilsAssembly: ObjectNetAPI (in ObjectNetAPI.dll)
Syntax
public class EmbeddedPriorityQueue<TElement, TPriority>
Type Parameters
- TElement
- Specifies the type of elements in the queue.
- TPriority
- Specifies the type of priority associated with enqueued elements.
Inheritance Hierarchy
com.onlineobject.objectnet.server.Utils..::..EmbeddedPriorityQueue<(Of <(<'TElement, TPriority>)>)>