mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8295025: (bf) ByteBuffer "Access to binary data" section suggests putFloat is void
Reviewed-by: alanb
This commit is contained in:
parent
4224d45132
commit
18dd9ee701
1 changed files with 5 additions and 4 deletions
|
@ -152,8 +152,9 @@ import jdk.internal.util.ArraysSupport;
|
||||||
* <blockquote><pre>
|
* <blockquote><pre>
|
||||||
* float {@link #getFloat()}
|
* float {@link #getFloat()}
|
||||||
* float {@link #getFloat(int) getFloat(int index)}
|
* float {@link #getFloat(int) getFloat(int index)}
|
||||||
* void {@link #putFloat(float) putFloat(float f)}
|
* ByteBuffer {@link #putFloat(float) putFloat(float f)}
|
||||||
* void {@link #putFloat(int,float) putFloat(int index, float f)}</pre></blockquote>
|
* ByteBuffer {@link #putFloat(int,float) putFloat(int index, float f)}
|
||||||
|
* </pre></blockquote>
|
||||||
*
|
*
|
||||||
* <p> Corresponding methods are defined for the types {@code char,
|
* <p> Corresponding methods are defined for the types {@code char,
|
||||||
* short, int, long}, and {@code double}. The index
|
* short, int, long}, and {@code double}. The index
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue