Click or drag to resize

PriorityQueueT Class

A priority queue.
Inheritance Hierarchy
SystemObject
  FM.IceLinkPriorityQueueT

Namespace:  FM.IceLink
Assembly:  FM.IceLink (in FM.IceLink.dll) Version: 3.2.2.607 (3.2.2.607)

The PriorityQueueT type exposes the following members.

Constructors
  NameDescription
Public methodPriorityQueueT
Initializes a new instance of the PriorityQueueT class.
Top
Properties
  NameDescription
Public propertyCount
Gets the count.
Top
Methods
  NameDescription
Public methodDequeue
Dequeues an item.
Public methodEnqueue
Enqueues an item.
Public methodEquals (Inherited from Object.)
Public methodExists
Checks if an item exists in the queue.
Protected methodFinalize (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodIsConsistent
Determines whether the queue is consistent.
Protected methodMemberwiseClone (Inherited from Object.)
Public methodPeek
Public methodToString (Inherited from Object.)
Top
See Also