Private
Optional
_averagePrivate
_maxPrivate
_minPrivate
_sumaverage value of the collection, or 0 if collection if empty
The back element
Maximum capacity for the queue, if not set queue has unlimited capacity
Set a maximum capacity for the queue, if you push new value exceding this capacity the firsts are removed (FIFO) if set to undefined the queue is unlimited
The front element
maximum value in the collection, or 0 if colleciton is empty
minimum value in the collection, or 0 if colleciton is empty
Number of element in the queue
Generated using TypeDoc
A collection of number Queue with the following efficient mathematic computation: