* JAVA-11533 Move core-java related modules to core-java-modules * JAVA-11533 Remove moved modules from old parent pom * JAVA-11533 Updated Readme and pom of parent module * JAVA-11533 Revert changes made to Readme of parent module * JAVA-11533 Moved articles to respective submouldes
		
			
				
	
	
		
			13 lines
		
	
	
		
			672 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			672 B
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| ## Java Collections Cookbooks and Examples
 | |
| 
 | |
| This module contains articles about conversions among Collection types and arrays in Java.
 | |
| 
 | |
| ### Relevant Articles: 
 | |
| 
 | |
| - [Array to String Conversions](https://www.baeldung.com/java-array-to-string)
 | |
| - [Mapping Lists with ModelMapper](https://www.baeldung.com/java-modelmapper-lists)
 | |
| - [Converting List to Map With a Custom Supplier](https://www.baeldung.com/list-to-map-supplier)
 | |
| - [Arrays.asList vs new ArrayList(Arrays.asList())](https://www.baeldung.com/java-arrays-aslist-vs-new-arraylist)
 | |
| - [Iterate Over a Set in Java](https://www.baeldung.com/java-iterate-set)
 | |
| - More articles: [[<-- prev]](../java-collections-conversions)
 |