mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8341064: Define anchor point and index term for "wrapper classes"
Reviewed-by: prappo, liach
This commit is contained in:
parent
4168faf54c
commit
5586f83e34
10 changed files with 67 additions and 56 deletions
|
@ -36,10 +36,10 @@ import jdk.internal.math.DoubleToDecimal;
|
|||
import jdk.internal.vm.annotation.IntrinsicCandidate;
|
||||
|
||||
/**
|
||||
* The {@code Double} class wraps a value of the primitive type
|
||||
* {@code double} in an object. An object of type
|
||||
* {@code Double} contains a single field whose type is
|
||||
* {@code double}.
|
||||
* The {@code Double} class is the {@linkplain
|
||||
* java.lang##wrapperClass wrapper class} for values of the primitive
|
||||
* type {@code double}. An object of type {@code Double} contains a
|
||||
* single field whose type is {@code double}.
|
||||
*
|
||||
* <p>In addition, this class provides several methods for converting a
|
||||
* {@code double} to a {@code String} and a
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue