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
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright (c) 1996, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 1996, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -39,10 +39,10 @@ import static java.lang.constant.ConstantDescs.CD_int;
|
|||
import static java.lang.constant.ConstantDescs.DEFAULT_NAME;
|
||||
|
||||
/**
|
||||
*
|
||||
* The {@code Byte} class wraps a value of primitive type {@code byte}
|
||||
* in an object. An object of type {@code Byte} contains a single
|
||||
* field whose type is {@code byte}.
|
||||
* The {@code Byte} class is the {@linkplain
|
||||
* java.lang##wrapperClass wrapper class} for values of the primitive
|
||||
* type {@code byte}. An object of type {@code Byte} contains a
|
||||
* single field whose type is {@code byte}.
|
||||
*
|
||||
* <p>In addition, this class provides several methods for converting
|
||||
* a {@code byte} to a {@code String} and a {@code String} to a {@code
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue