This
method is the constructor for the OMQueue class.
SignatureOMQueue(OMBoolean shouldGrow = TRUE, int initSize = 100);
ParametersshouldGrow
The value TRUE specifies
that you are able to enlarge the queue as necessary.
initSize
Specifies the initial size of the queue.