InternalType of fixed queue data.
Returns an iterator for the fixed queue.
ReadonlycapacityThe 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.
ReadonlynodeThe fixed queue node array.
ReadonlysizeThe fixed queue size.
Fixed queue.