nicholas22

↗ HN profile [ 15.2 ms ] full profile
Karma
1
Created
October 8, 2011 (14y ago)
Submissions
0
  1. Real LINQ for Java (github.com)

    Pure, valid, Java: // create alphabet char[] char[] alphabet = new Character('A').to(new Character('Z')).unbox(); char[] numbers = new Character('1').to(new Character('9')).unbox(); // join two arrays and put in list…