18 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
		
		
			
		
	
	
			18 lines
		
	
	
		
			1.0 KiB
		
	
	
	
		
			Markdown
		
	
	
	
	
	
|  | ## Java Collections Cookbooks and Examples
 | ||
|  | 
 | ||
|  | This module contains articles about Map data structures in Java. | ||
|  | 
 | ||
|  | ### Relevant Articles: 
 | ||
|  | - [Map of Primitives in Java](https://www.baeldung.com/java-map-primitives) | ||
|  | - [Copying a HashMap in Java](https://www.baeldung.com/java-copy-hashmap) | ||
|  | - [A Guide to Java HashMap](https://www.baeldung.com/java-hashmap) | ||
|  | - [Guide to WeakHashMap in Java](https://www.baeldung.com/java-weakhashmap) | ||
|  | - [Map to String Conversion in Java](https://www.baeldung.com/java-map-to-string-conversion) | ||
|  | - [Iterate over a Map in Java](https://www.baeldung.com/java-iterate-map) | ||
|  | - [Merging Two Maps with Java 8](https://www.baeldung.com/java-merge-maps) | ||
|  | - [Sort a HashMap in Java](https://www.baeldung.com/java-hashmap-sort) | ||
|  | - [Finding the Highest Value in a Java Map](https://www.baeldung.com/java-find-map-max) | ||
|  | - [Initialize a HashMap in Java](https://www.baeldung.com/java-initialize-hashmap) | ||
|  | - [Java TreeMap vs HashMap](https://www.baeldung.com/java-treemap-vs-hashmap) | ||
|  | - More articles: [[<-- prev>]](/../java-collections-maps) |