public class Arrays extends Object
Metodi (static)
Nome |
Argomento |
Tipo |
Descrizione |
binarySearch |
tipo[], tipo |
int |
Ricerca binaria
(>=0 se esiste, <0 altrimenti) |
equals |
tipo[], tipo[] |
boolean |
Uguaglianza |
fill |
tipo[], tipo
tipo[], int, int, tipo |
|
Riempimento con valore
(da...a) |
sort |
tipo[]
tipo[], int, int |
Ordinamento
(da...a) |
Libreria di metodi, statici, di uso frequente per array
|