Package com.microstrategy.utils
Class IntegerPool
- java.lang.Object
-
- com.microstrategy.utils.IntegerPool
-
public class IntegerPool extends java.lang.ObjectPool of reusableIntegerobjects.- Since:
- MicroStrategy Web 8.1.0
-
-
Constructor Summary
Constructors Constructor Description IntegerPool()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.Integerget(int x)Returns the correspondingIntegerif available from the pool.
-