OMQueue

This method is the constructor for the OMQueue class.

Visibility
Public
Signature
OMQueue(OMBoolean shouldGrow = TRUE, int initSize = 100);
Parameters
shouldGrow

The value TRUE specifies that you are able to enlarge the queue as necessary.

initSize

Specifies the initial size of the queue.


Feedback