Created
August 11, 2018 04:43
-
-
Save sunxboy/7c10161bf6ccf040ea99e5d7b5d8d421 to your computer and use it in GitHub Desktop.
guava maps
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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