Click or drag to resize

PriorityQueueT Methods

The PriorityQueueT generic type exposes the following members.

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