public class Arrays
extends java.lang.Object
| Constructor and Description |
|---|
Arrays() |
| Modifier and Type | Method and Description |
|---|---|
static void |
fill(byte[] a,
byte val)
Assigns the specified byte value to each element of the specified array
of bytes.
|