15 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			15 lines
		
	
	
		
			1.1 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
| 
								 | 
							
								## Java Collections Cookbooks and Examples
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								This module contains articles about conversions among Collection types and arrays in Java.
							 | 
						||
| 
								 | 
							
								
							 | 
						||
| 
								 | 
							
								### Relevant Articles: 
							 | 
						||
| 
								 | 
							
								- [Converting between an Array and a List in Java](https://www.baeldung.com/convert-array-to-list-and-list-to-array)
							 | 
						||
| 
								 | 
							
								- [Converting between an Array and a Set in Java](https://www.baeldung.com/convert-array-to-set-and-set-to-array)
							 | 
						||
| 
								 | 
							
								- [Convert a Map to an Array, List or Set in Java](https://www.baeldung.com/convert-map-values-to-array-list-set)
							 | 
						||
| 
								 | 
							
								- [Converting a List to String in Java](https://www.baeldung.com/java-list-to-string)
							 | 
						||
| 
								 | 
							
								- [How to Convert List to Map in Java](https://www.baeldung.com/java-list-to-map)
							 | 
						||
| 
								 | 
							
								- [Converting a Collection to ArrayList in Java](https://www.baeldung.com/java-convert-collection-arraylist)
							 | 
						||
| 
								 | 
							
								- [Java 8 Collectors toMap](https://www.baeldung.com/java-collectors-tomap)
							 | 
						||
| 
								 | 
							
								- [Converting Iterable to Collection in Java](https://www.baeldung.com/java-iterable-to-collection)
							 | 
						||
| 
								 | 
							
								- [Converting Iterator to List](https://www.baeldung.com/java-convert-iterator-to-list)
							 | 
						||
| 
								 | 
							
								- More articles: [[next -->]](../java-collections-conversions-2)
							 |