From 501ccf01f2a14ffc9195933f1ce55c7f65b27adf Mon Sep 17 00:00:00 2001 From: YuCheng Hu Date: Sun, 1 May 2022 11:06:15 -0400 Subject: [PATCH] =?UTF-8?q?Java=20=E4=BB=8E=E4=B8=80=E4=B8=AA=20List=20?= =?UTF-8?q?=E4=B8=AD=E5=88=A0=E9=99=A4=E6=89=80=E6=9C=89=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E7=9A=84=E5=85=83=E7=B4=A0=EF=BC=9A=20https://www.ossez.com/t/?= =?UTF-8?q?java-list/13942?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .idea/workspace.xml | 56 +++++++++------- .../JavaCollectionCleanupDuplicatesTest.java | 64 +++++++++++++++++++ .../JavaCollectionCleanupUnitTest.java | 2 +- .../java8/Java8CollectionCleanupUnitTest.java | 11 +++- 4 files changed, 109 insertions(+), 24 deletions(-) create mode 100644 core-java-modules/core-java-collections-list/src/test/java/com/ossez/collections/JavaCollectionCleanupDuplicatesTest.java diff --git a/.idea/workspace.xml b/.idea/workspace.xml index 7d29ea9548..f7c0330843 100644 --- a/.idea/workspace.xml +++ b/.idea/workspace.xml @@ -4,9 +4,10 @@