此方法是 OMQueue 类的构造函数。
Public
OMQueue(OMBoolean shouldGrow = TRUE, int initSize = 100);
shouldGrow
值 TRUE 指定您能够根据需要放大队列。
initSize
指定队列的初始大小。