java-tutorials/core-java-modules/core-java-collections-conve.../README.md

18 lines
1.2 KiB
Markdown
Raw Normal View History

## Java Collections Cookbooks and Examples
This module contains articles about conversions among Collection types and arrays in Java.
### Relevant Articles:
2020-08-20 00:46:31 -04:00
- [Array to String Conversions](https://www.baeldung.com/java-array-to-string)
2020-05-12 03:51:53 -04:00
- [Mapping Lists with ModelMapper](https://www.baeldung.com/java-modelmapper-lists)
2020-08-20 00:46:31 -04:00
- [Converting List to Map With a Custom Supplier](https://www.baeldung.com/list-to-map-supplier)
2020-09-23 14:39:41 -04:00
- [Arrays.asList vs new ArrayList(Arrays.asList())](https://www.baeldung.com/java-arrays-aslist-vs-new-arraylist)
2021-06-16 12:49:43 -04:00
- [Iterate Over a Set in Java](https://www.baeldung.com/java-iterate-set)
2022-12-28 04:45:03 -05:00
- [Convert a List of Integers to a List of Strings](https://www.baeldung.com/java-convert-list-integers-to-list-strings)
2023-02-24 06:18:00 -05:00
- [Combining Two Lists Into a Map in Java](https://www.baeldung.com/java-combine-two-lists-into-map)
2023-06-21 06:26:24 -04:00
- [Convert a List of Strings to a List of Integers](https://www.baeldung.com/java-convert-list-strings-to-integers)
2023-08-18 20:07:12 -04:00
- [Convert List to Long[] Array in Java](https://www.baeldung.com/java-convert-list-object-to-long-array)
2023-08-24 09:33:45 -04:00
- [Get the First n Elements of a List Into an Array](https://www.baeldung.com/java-take-start-elements-list-array)
2022-06-26 07:22:45 -04:00
- More articles: [[<-- prev]](../core-java-collections-conversions)