|
AddLinkedList(TGCustomLinkedList)
|
Appends the input linked list to the end of the current linked list. (Overrides GLists.TGCustomLinkedList.AddLinkedList(TGCustomLinkedList).)
|
|
ChangePriority(TSQPriorityStringNode,Integer)
|
Creates a copy of the input node with a new priority.
Note
|
The input node is freed.
|
|
|
Insert(TSQNode,TSQNode)
|
Inserts the input ANode into the linked list. The node is inserted before the BeforeNode (i.e., ANode.Next := BeforeNode). (Overrides GLists.TGStringQueue.Insert(TSQNode,TSQNode).)
|
|
NewNode
|
Creates a new node. The new node is not added to the linked list. (Overrides GLists.TGStringQueue.NewNode.)
|
|
PushItemP(String,TObject,Integer)
|
Adds an object and string to the priority queue with the specified priority. The new node's position in the queue will be based on the priority.
|
|
PushP(TObject,Integer)
|
Adds an object to the priority queue with the specified priority. The new node's position in the queue will be based on the priority.
|