public class IntegerCache
extends java.lang.Object
Constructor and Description |
---|
IntegerCache() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Integer |
getInteger(int value)
Get an Integer from the cache if it exists, otherwise return
Integer.valueOf() |