search

goog.structs.CircularBuffer<T>

Provided By

Class for CircularBuffer.

new CircularBuffer<T>( opt_maxSize )

Parameters
opt_maxSizenumber=

The maximum size of the buffer.

Instance Methods