mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-05-09 23:51:34 +08:00
分割注释修改
添加生序降序分割线注释
This commit is contained in:
parent
dca6cbe4b1
commit
1ae03284e8
@ -2667,7 +2667,7 @@ public class PrimitiveArrayUtil {
|
|||||||
return array;
|
return array;
|
||||||
}
|
}
|
||||||
|
|
||||||
// ---------------------------------------------------------------------- shuffle
|
// ---------------------------------------------------------------------- swap
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 交换数组中两个位置的值
|
* 交换数组中两个位置的值
|
||||||
@ -2821,6 +2821,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