Skip to content

Enumeration: Priority Queue Methods - v1.0

This enumeration defines the methods available for the Priority Queue. Each method has an associated integer value that is used to identify the specific operation to be performed on the Priority Queue.

NameTypeValueDescription
PRIORITY_QUEUE_METHOD_00_NILInt0Priority Queue: 0 - Nil
PRIORITY_QUEUE_METHOD_01_INITInt1Priority Queue: 1 - Initialized
PRIORITY_QUEUE_METHOD_10_ENQUEUEInt10Priority Queue: 10 - Enqueue data at the end position
PRIORITY_QUEUE_METHOD_11_DEQUEUEInt11Priority Queue: 11 - Dequeue data from the first position
PRIORITY_QUEUE_METHOD_12_PEEKInt12Priority Queue: 12 - Peek data from the first position