From 9dd9fb620e820b9e79700f66fef5a2426aca5597 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sat, 22 Apr 2023 06:37:51 -0400 Subject: [PATCH 1/4] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20https://www.ossez.com/?= =?UTF-8?q?t/java-map-value-array-list-set/14388=20=E6=96=87=E7=AB=A0?= =?UTF-8?q?=E7=9A=84=E9=93=BE=E6=8E=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- core-java-modules/core-java-collections-conversions/README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/core-java-modules/core-java-collections-conversions/README.md b/core-java-modules/core-java-collections-conversions/README.md index a49f39ebb9..a952b5c1a4 100644 --- a/core-java-modules/core-java-collections-conversions/README.md +++ b/core-java-modules/core-java-collections-conversions/README.md @@ -12,5 +12,4 @@ - [Java 8 Collectors toMap](https://www.baeldung.com/java-collectors-tomap) - [Converting Iterable to Collection in Java](https://www.baeldung.com/java-iterable-to-collection) - [Converting Iterator to List](https://www.baeldung.com/java-convert-iterator-to-list) -- 更多文章: [[next -->]](../core-java-collections-conversions-2) - +- 更多文章: [[next -->]](../core-java-collections-conversions-2) \ No newline at end of file From 3c000a405917ef7c776dd3de831adbe5bd8c2173 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Tue, 9 May 2023 10:36:40 -0400 Subject: [PATCH 2/4] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20java-collections-conve?= =?UTF-8?q?rsions=20=E6=A8=A1=E5=9D=97=E5=88=B0=20Java=20=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E4=B8=AD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/compiler.xml | 21 +++++++++++---------- .idea/encodings.xml | 2 ++ pom.xml | 1 + 3 files changed, 14 insertions(+), 10 deletions(-) diff --git a/.idea/compiler.xml b/.idea/compiler.xml index 7e75ee986b..8bcc66e377 100644 --- a/.idea/compiler.xml +++ b/.idea/compiler.xml @@ -6,30 +6,31 @@ + + + + + + + + + + - - + - - - - - - - - diff --git a/.idea/encodings.xml b/.idea/encodings.xml index ae8a982717..8a054a42e4 100644 --- a/.idea/encodings.xml +++ b/.idea/encodings.xml @@ -37,6 +37,8 @@ + + diff --git a/pom.xml b/pom.xml index da5d2ba36f..db34525e49 100644 --- a/pom.xml +++ b/pom.xml @@ -43,6 +43,7 @@ + java-collections-conversions persistence-modules testing-modules toolkits From 9901d4041471a17c754f1284e1971c679360e7f8 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Tue, 9 May 2023 14:43:01 -0400 Subject: [PATCH 3/4] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=EF=BC=9A=20https://www.o?= =?UTF-8?q?ssez.com/t/java-array-list/14416=20=E6=96=87=E7=AB=A0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- java-collections-conversions/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/java-collections-conversions/README.md b/java-collections-conversions/README.md index 25a4d11b8b..c5bdeb3240 100644 --- a/java-collections-conversions/README.md +++ b/java-collections-conversions/README.md @@ -1,9 +1,9 @@ -## Java Collections Cookbooks and Examples +## Java 集合模块和实例(Core Java) -This module contains articles about conversions among Collection types and arrays in Java. +本模块中的内容包括有如何在 Java 的集合和数组(arrays)中进行转换。 -### Relevant Articles: -- [Converting between an Array and a List in Java](https://www.baeldung.com/convert-array-to-list-and-list-to-array) +### 相关文章: +- [Java 如何在 Array 和 List 之间进行转换](https://www.ossez.com/t/java-array-list/14416) - [Converting between an Array and a Set in Java](https://www.baeldung.com/convert-array-to-set-and-set-to-array) - [Convert a Map to an Array, List or Set in Java](https://www.baeldung.com/convert-map-values-to-array-list-set) - [Converting a List to String in Java](https://www.baeldung.com/java-list-to-string) From 3db4c3efd256e6a534c73bf81b4ab8ba763fdb53 Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Tue, 9 May 2023 14:43:23 -0400 Subject: [PATCH 4/4] =?UTF-8?q?=E5=AF=B9=20README.md=20=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E8=BF=9B=E8=A1=8C=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- java-collections-conversions/README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/java-collections-conversions/README.md b/java-collections-conversions/README.md index c5bdeb3240..c640cf0a52 100644 --- a/java-collections-conversions/README.md +++ b/java-collections-conversions/README.md @@ -3,6 +3,7 @@ 本模块中的内容包括有如何在 Java 的集合和数组(arrays)中进行转换。 ### 相关文章: + - [Java 如何在 Array 和 List 之间进行转换](https://www.ossez.com/t/java-array-list/14416) - [Converting between an Array and a Set in Java](https://www.baeldung.com/convert-array-to-set-and-set-to-array) - [Convert a Map to an Array, List or Set in Java](https://www.baeldung.com/convert-map-values-to-array-list-set)