Java et les autres technologies de développement web !
juin
7
7
Array, List, Set, Map, Tuple, Record Literals in Java
Filed under: Java | Tags: Tips and Tricks (30) | juin 7th, 2012
Occasionally, when I’m thrilled by the power and expressiveness of
JavaScript, I find myself missing one or two features in the Java world.
Apart from lambda expressions / closures or whatever you want to call
« anonymous functions », it’s the use of advanced literals for common data
types, such as arrays, lists, sets, maps, etc. In JavaScript, no one
would think about constructing a…
JavaScript, I find myself missing one or two features in the Java world.
Apart from lambda expressions / closures or whatever you want to call
« anonymous functions », it’s the use of advanced literals for common data
types, such as arrays, lists, sets, maps, etc. In JavaScript, no one
would think about constructing a…
Retrouvez tout l’article Array, List, Set, Map, Tuple, Record Literals in Java sur le site Javalobby – The heart of the Java developer community.
Article révélé par MashupXFeed®

