search

goog.structs.PriorityPool<VALUE>

Provided By
Extends
All Implemented Interfaces
All Known Direct Subclasses

A generic pool class. If min is greater than max, an error is thrown.

new PriorityPool<VALUE>( opt_minCount, opt_maxCount )

Parameters
opt_minCountnumber=

Min. number of objects (Default: 0).

opt_maxCountnumber=

Max. number of objects (Default: 10).

Instance Methods

Instance Properties