From d6dff6d4e09ad88ba6e42ad803bf199c10b08611 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Fri, 29 Apr 2022 11:57:30 -0400 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20=E9=9B=86=E5=90=88?= =?UTF-8?q?=E4=B8=AD=E7=9A=84=20List=20=E5=88=97=E8=A1=A8=20=E7=9A=84?= =?UTF-8?q?=E6=96=87=E7=AB=A0=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core-java-modules/core-java-collections-list/README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/core-java-modules/core-java-collections-list/README.md b/core-java-modules/core-java-collections-list/README.md index 9f05e36108..cafc8a015e 100644 --- a/core-java-modules/core-java-collections-list/README.md +++ b/core-java-modules/core-java-collections-list/README.md @@ -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)