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