public class Arrays extends Object
| Constructor and Description |
|---|
Arrays() |
| Modifier and Type | Method and Description |
|---|---|
static void |
sort(int[] a)
Sorts the specified array of ints into ascending numerical order.
|
public static void sort(int[] a)
a - the array to be sortedCopyright © 2016. All rights reserved.