Returns the object at the front of the queue. Call Peek to access the queue without removing an item. Peek returns the next item in the queue.
To remove an item from the queue, call DataStructures.TFloatPriorityQueue.Pop.
Namespace: DataStructures
Delphi |
public |
Return Value
Type: TObject