[toc]
基本结构整数最小值
Integer.MIN_VALUE
整数最大值
Integer.MAX_VALUE
求和
stream.sum()
取最大值
Math.max(num1, num2)
数据结构数组数组排序
Arrays.
2021-01-30