|
|
static void | fill (byte[] a, int fromIndex, int toIndex, byte val) |
| | Assigns the specified byte value to each element of the specified array of bytes.
|
| |
|
static void | fill (float[] a, int fromIndex, int toIndex, float val) |
| | Assigns the specified float value to each element of the specified array of floats.
|
| |
|
static void | fill (int[] a, int fromIndex, int toIndex, int val) |
| | Assigns the specified int value to each element of the specified array of ints.
|
| |
|
static void | fill (long[] a, int fromIndex, int toIndex, long val) |
| | Assigns the specified long value to each element of the specified array of longs.
|
| |
|
static void | fill (boolean[] a, int fromIndex, int toIndex, boolean val) |
| | Assigns the specified boolean value to each element of the specified array of booleans.
|
| |
| static void | fill (uint[] a, int fromIndex, int toIndex, uint val) |
| |
◆ fill()
| static void java.util.Arrays.fill |
( |
uint [] |
a, |
|
|
int |
fromIndex, |
|
|
int |
toIndex, |
|
|
uint |
val |
|
) |
| |
|
static |
Assigns the specified int value to each element of the specified array of uints.
- Note
- This function is non-standard
The documentation for this class was generated from the following file: