2019-10-31 21:43:47 -04:00
|
|
|
## 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
|
|
|
|
2019-10-31 21:43:47 -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)
|
2020-05-12 03:51:53 -04:00
|
|
|
- More articles: [[<-- prev]](../java-collections-conversions)
|