Hacker News new | ask | show | jobs
by dbdr 3503 days ago
Since Java 7 you can use the "diamond operator" in such cases:

Dictionary<string, Tuple<int, List<string>>> foo = new Dictionary<>();