mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-24 18:04:54 +08:00
fix doc
This commit is contained in:
parent
5575043ba9
commit
1051b7cb5f
@ -2612,7 +2612,7 @@ public class PrimitiveArrayUtil {
|
||||
return array;
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------- shuffle
|
||||
// ---------------------------------------------------------------------- swap
|
||||
|
||||
/**
|
||||
* 交换数组中两个位置的值
|
||||
@ -2766,6 +2766,8 @@ public class PrimitiveArrayUtil {
|
||||
return array;
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------- asc and desc
|
||||
|
||||
/**
|
||||
* 检查数组是否升序,即array[i] <= array[i+1],若传入空数组,则返回false
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user