mirror of
https://gitee.com/dromara/hutool.git
synced 2025-04-05 17:37:59 +08:00
!836 cn.hutool.core.util.PrimitiveArrayUtil 注释错误
Merge pull request !836 from 高邮湖徐先生/v5-dev
This commit is contained in:
commit
9abe1073af
@ -2667,7 +2667,7 @@ public class PrimitiveArrayUtil {
|
||||
return array;
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------- shuffle
|
||||
// ---------------------------------------------------------------------- swap
|
||||
|
||||
/**
|
||||
* 交换数组中两个位置的值
|
||||
@ -2821,6 +2821,8 @@ public class PrimitiveArrayUtil {
|
||||
return array;
|
||||
}
|
||||
|
||||
// ---------------------------------------------------------------------- asc and desc
|
||||
|
||||
/**
|
||||
* 检查数组是否升序,即array[i] <= array[i+1],若传入空数组,则返回false
|
||||
*
|
||||
|
Loading…
Reference in New Issue
Block a user