Skip to content

Instantly share code, notes, and snippets.

@nikoncode
Created April 13, 2016 07:47
Show Gist options
  • Save nikoncode/1a0cca0549cdcccccb585ddded1670f3 to your computer and use it in GitHub Desktop.
Save nikoncode/1a0cca0549cdcccccb585ddded1670f3 to your computer and use it in GitHub Desktop.
public class SomeClass {
Map<String, Map<String, String>> someMethod() {
return ...;
}
}
var a = new SomeClass().someMethod();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment