| Package | Description |
|---|---|
| java.lang | |
| java.math |
Provides classes for performing arbitrary-precision integer
arithmetic (
BigInteger) and arbitrary-precision decimal
arithmetic (BigDecimal). |
| Modifier and Type | Class and Description |
|---|---|
class |
Byte
The
Byte class wraps a value of primitive type byte
in an object. |
class |
Double
The
Double class wraps a value of the primitive type
double in an object. |
class |
Float
The
Float class wraps a value of primitive type
float in an object. |
class |
Integer
The
Integer class wraps a value of the primitive type
int in an object. |
class |
Long
The
Long class wraps a value of the primitive type long in an object. |
class |
Short
The
Short class wraps a value of primitive type short in an object. |
| Modifier and Type | Class and Description |
|---|---|
class |
BigDecimal
Immutable, arbitrary-precision signed decimal numbers.
|
class |
BigInteger
Immutable arbitrary-precision integers.
|
Copyright © 2013 API Design. All Rights Reserved.