Skip to content
This repository was archived by the owner on Jan 24, 2019. It is now read-only.

Commit 0a6278b

Browse files
committed
添加常量,新增数组去重
1 parent 4cfa81c commit 0a6278b

File tree

4 files changed

+316
-220
lines changed

4 files changed

+316
-220
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -299,7 +299,7 @@ String msg = Dialogs.showInputDialog("title", "header", "content", "default valu
299299
| mergeSortedArrays | 将两个已经排好序(同序)的数组合并一个有序数组 |
300300
|getCurrentOS()|获取当前系统名称|
301301

302-
**11. `com.zhazhapan.util.ArraySort`**
302+
**11. `com.zhazhapan.util.ArrayUtils`**
303303

304304
|方法名|简要说明|
305305
|------|---------------|
@@ -310,6 +310,7 @@ String msg = Dialogs.showInputDialog("title", "header", "content", "default valu
310310
|quickSort|快速排序|
311311
|insertSort|插入排序|
312312
|bubbleSort|冒泡排序|
313+
|unique|数组去重|
313314

314315
**12. `com.zhazhapan.util.DateUtils`**
315316

0 commit comments

Comments
 (0)