public class ArrayUtil extends Object
| Constructor and Description |
|---|
ArrayUtil() |
| Modifier and Type | Method and Description |
|---|---|
static void |
printArray(int[] arr)
打印数组
|
static void |
swapArray(int[] array,
int i,
int j)
交换数组顺序
|
Copyright © 2019. All rights reserved.