Internal
Type of fixed queue data.
Returns an iterator for the fixed queue.
Readonly
capacityThe fixed queue capacity.
Clears the fixed queue.
Deletes the given data from the fixed priority queue.
Dequeue data from the fixed queue.
Checks if the fixed queue is empty.
true
if the fixed queue is empty, false
otherwise.
Enqueue data into the fixed queue.
Checks if the fixed queue is full.
true
if the fixed queue is full, false
otherwise.
Gets data from the fixed queue.
The fixed queue node array.
Readonly
sizeThe fixed queue size.
Fixed queue.