数组
数组是相同类型数据的有序集合。
数组的声明与创建
1 |
|
数组的使用
1 |
|
二维数组
1 |
|
Arrays类讲解
可以直接使用类名调用,常用功能:
- 赋值:fill
- 排序:sort
- 比较:equal
- 查找:binarySearch
- Title: 数组
- Author: 茴香豆
- Created at : 2024-06-02 10:43:37
- Updated at : 2024-06-02 11:18:34
- Link: https://hxiangdou.github.io/2024/06/02/Java-4/
- License: This work is licensed under CC BY-NC-SA 4.0.
Comments