public class IntegerCache
extends java.lang.Object
| Constructor and Description |
|---|
IntegerCache() |
| Modifier and Type | Method and Description |
|---|---|
static java.lang.Integer |
valueOf(int v)
Get an Integer object corresponding to the specified primitive value, using the cache
|