|
Method |
Description |
|
compare |
Performs a comparison between two arrays. |
|
copyOf() |
Generates a copy of an array with a specified length. |
|
deepEquals() |
Checks whether two multidimensional arrays are deeply equal to each other. |
|
equals |
Verifies whether two arrays are equal. |
|
fill() |
Populates an array with a specified value. |
|
mismatch() |
Returns the index position of the first difference between two arrays. |
|
sort |
Arranges an array in ascending order. |
|
Properties |
Description |
|
length |
Provides the length of an array. |
The length property is inherent to Java arrays and is not part of the Arrays class.