Skip to content

Commit b8e1843

Browse files
authored
Merge pull request eugenp#6018 from amit2103/BAEL-10836
[BAEL-10836] - Moved Java8CollectionCleanupUnitTest, AddElementsUnitT…
2 parents 8b65216 + cf3d7b6 commit b8e1843

File tree

5 files changed

+1
-1
lines changed

5 files changed

+1
-1
lines changed

core-java-collections-list/README.md

-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717
- [Finding Max/Min of a List or Collection](http://www.baeldung.com/java-collection-min-max)
1818
- [Collections.emptyList() vs. New List Instance](https://www.baeldung.com/java-collections-emptylist-new-list)
1919
- [Remove All Occurrences of a Specific Value from a List](https://www.baeldung.com/java-remove-value-from-list)
20-
- [Converting a Collection to ArrayList in Java](https://www.baeldung.com/java-convert-collection-arraylist)
2120
- [Check If Two Lists are Equal in Java](http://www.baeldung.com/java-test-a-list-for-ordinality-and-equality)
2221
- [Java 8 Streams: Find Items From One List Based On Values From Another List](https://www.baeldung.com/java-streams-find-list-items)
2322
- [A Guide to the Java LinkedList](http://www.baeldung.com/java-linkedlist)

java-collections-conversions/README.md

+1
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@
1010
- [Converting a List to String in Java](http://www.baeldung.com/java-list-to-string)
1111
- [How to Convert List to Map in Java](http://www.baeldung.com/java-list-to-map)
1212
- [Array to String Conversions](https://www.baeldung.com/java-array-to-string)
13+
- [Converting a Collection to ArrayList in Java](https://www.baeldung.com/java-convert-collection-arraylist)

0 commit comments

Comments
 (0)