|
|
|
|
|
by quatrevingts
4834 days ago
|
|
Really? new double[] { 1.0, 2.0 }? Arrays.asList("foo", "bar")? Guava's Map builders? Lambdas are what make operations on data structures convenient in Scala and Clojure, not saving a few characters on the handful of literals in your code. |
|