Update the document link

This commit is contained in:
2022-04-16 08:47:30 -04:00
parent cb5ea25333
commit 8f39bbbaee
2 changed files with 14 additions and 27 deletions
@@ -8,7 +8,7 @@ This module contains articles about the Java List collection
- [Removing all duplicates from a List in Java](http://www.baeldung.com/java-remove-duplicates-from-list)
- [How to TDD a List Implementation in Java](http://www.baeldung.com/java-test-driven-list)
- [Iterating Backward Through a List](http://www.baeldung.com/java-list-iterate-backwards)
- [Remove the First Element from a List](http://www.baeldung.com/java-remove-first-element-from-list)
- [如何从 Java 的 List 中删除第一个元素](https://www.ossez.com/t/java-list/13919)
- [How to Find an Element in a List with Java](http://www.baeldung.com/find-list-element-java)
- [Finding Max/Min of a List or Collection](http://www.baeldung.com/java-collection-min-max)
- [Remove All Occurrences of a Specific Value from a List](https://www.baeldung.com/java-remove-value-from-list)