doc: Update java.md (#80)

This commit is contained in:
Chart 2022-11-15 14:50:57 +08:00 committed by GitHub
parent 7b46142372
commit 0e0eb9c628
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -782,6 +782,12 @@ try {
System.out.println("always printed");
}
```
### util工具类
```
Collections
Arrays
Random
```
另见
---