-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
var x = new HashMap<String,Integer>();
//inferred to be HashMap<String,Integer>
HashMap<String,Integer> x = new HashMap<String,Integer> ();https://medium.com/@afinlay/java-10-sneak-peek-local-variable-type-inference-var-3022016e1a2b
https://blog.codefx.org/java/java-10-var-type-inference/
https://www.logicbig.com/tutorials/core-java-tutorial/java-10-changes/local-variable-type-inference-quick-examples.html
https://www.journaldev.com/19871/java-10-local-variable-type-inference
https://sanaulla.info/2018/03/04/java-10-jep-286-local-variable-type-inference/
https://dzone.com/articles/java-10-jep-286-local-variable-type-inference
https://developer.oracle.com/java/jdk-10-local-variable-type-inference
https://www.vojtechruzicka.com/java-10-var-local-variable-type-inference-jep-286/
https://jaxenter.com/java-10-interview-series-part-1-142588.html
Metadata
Metadata
Assignees
Labels
No labels