* Add java10 examples in the style of the existing examples The existing examples in core-java-streams-2 module still had system out in them instead of assertions, so I kept that style to keep the article consistent. * Remove code example that is not in the article
		
			
				
	
	
	
		
			886 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			886 B
		
	
	
	
	
	
	
	
Core Java 10
This module contains articles about Java 10 core features
Relevant Articles:
- Java 10 LocalVariable Type-Inference
 - New Features in Java 10
 - Copy a List to Another List in Java
 - Deep Dive Into the New Java JIT Compiler – Graal
 - Copying Sets in Java
 - Converting between a List and a Set in Java
 - Java IndexOutOfBoundsException “Source Does Not Fit in Dest”
 - Collect a Java Stream to an Immutable Collection