serp.util
public class Numbers extends java.lang.Object
Constructor and Description |
---|
Numbers() |
Modifier and Type | Method and Description |
---|---|
static java.lang.Integer |
valueOf(int n)
Return the wrapper for the given number, taking advantage of cached
common values.
|
static java.lang.Long |
valueOf(long n)
Return the wrapper for the given number, taking advantage of cached
common values.
|