| 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) |
static Integer |
Integer.valueOf(String s) |
static Integer |
Integer.valueOf(String s,
int radix) |
| Modifier and Type | Method and Description |
|---|---|
int |
Integer.compareTo(Integer i) |
Copyright © 2026. All rights reserved.