| Package | Description |
|---|---|
| java.lang |
| Modifier and Type | Field and Description |
|---|---|
static Class<Integer> |
Integer.TYPE |
| Modifier and Type | Method and Description |
|---|---|
static Integer |
Integer.valueOf(int i)
Returns the object instance of i
|
static Integer |
Integer.valueOf(String s)
Returns a new Integer object initialized to the value of the specified String.
|
static Integer |
Integer.valueOf(String s,
int radix)
Returns a new Integer object initialized to the value of the specified String.
|
| Modifier and Type | Method and Description |
|---|---|
int |
Integer.compareTo(Integer i) |
Copyright © 2022. All rights reserved.