java-tutorials/core-java-modules/core-java-collections-list-5/README.md

16 lines
1.1 KiB
Markdown
Raw Normal View History

## Core Java Collections List (Part 5)
This module contains articles about the Java List collection
2023-01-26 03:16:09 -05:00
### Relevant Articles:
- [Java List Interface](https://www.baeldung.com/java-list-interface)
2023-02-24 06:39:09 -05:00
- [Finding All Duplicates in a List in Java](https://www.baeldung.com/java-list-find-duplicates)
2023-03-16 12:31:52 -04:00
- [Moving Items Around in an Arraylist](https://www.baeldung.com/java-arraylist-move-items)
2023-05-25 23:00:47 -04:00
- [Check if a List Contains an Element From Another List in Java](https://www.baeldung.com/java-check-elements-between-lists)
2023-06-01 20:16:39 -04:00
- [Array vs. List Performance in Java](https://www.baeldung.com/java-array-vs-list-performance)
2023-06-01 20:46:50 -04:00
- [Set Default Value for Elements in List](https://www.baeldung.com/java-list-set-default-values)
2023-07-10 06:43:02 -04:00
- [Get Unique Values From an ArrayList in Java](https://www.baeldung.com/java-unique-values-arraylist)
2023-06-21 05:36:02 -04:00
- [Converting a Java List to a Json Array](https://www.baeldung.com/java-converting-list-to-json-array)
2023-08-09 08:14:42 -04:00
- [Whats the Difference Between Iterator and ListIterator?](https://www.baeldung.com/java-iterator-vs-listiterator)
2023-09-08 10:48:56 -04:00
- [Create List of Object From Another Type Using Java 8](https://www.baeldung.com/java-generate-list-different-type)