Skip to content

Instantly share code, notes, and snippets.

@sunxboy
Created August 11, 2018 04:43
Show Gist options
  • Save sunxboy/7c10161bf6ccf040ea99e5d7b5d8d421 to your computer and use it in GitHub Desktop.
Save sunxboy/7c10161bf6ccf040ea99e5d7b5d8d421 to your computer and use it in GitHub Desktop.
guava maps
ImmutableMap.<String, String>builder()
.put("name", r.name())
.put("description", r.getDescription())
.build()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment