public class Numbers extends Object
Constructor and Description |
---|
Numbers() |
Modifier and Type | Method and Description |
---|---|
static Integer |
valueOf(int n)
Return the wrapper for the given number, taking advantage of cached
common values.
|
static Long |
valueOf(long n)
Return the wrapper for the given number, taking advantage of cached
common values.
|
Copyright © 2002–2019. All rights reserved.