Package com.microstrategy.utils
Class IntegerPool
- java.lang.Object
-
- com.microstrategy.utils.IntegerPool
-
public class IntegerPool extends java.lang.Object
Pool of reusableInteger
objects.- 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.Integer
get(int x)
Returns the correspondingInteger
if available from the pool.
-