Merge pull request '更新 集合中的 List 列表 的文章内容' (#2) from code_bank into master

Reviewed-on: https://src.ossez.com/cwiki-us-docs/java-tutorials/pulls/2
This commit is contained in:
honeymoose 2022-04-29 15:50:53 -04:00
commit d5db7168a4
1 changed files with 3 additions and 3 deletions

View File

@ -1,8 +1,8 @@
## Core Java Collections List
## Java 核心Core Java集合中的 List 列表
This module contains articles about the Java List collection
这个模块包含有 Java List 集合有关的文章和内容
### Relevant Articles:
### 相关文章:
- [Java 如何从一个 List 中随机获得元素](https://www.ossez.com/t/java-list/13934)
- [Removing all nulls from a List in Java](http://www.baeldung.com/java-remove-nulls-from-list)
- [Removing all duplicates from a List in Java](http://www.baeldung.com/java-remove-duplicates-from-list)