Guest User

Untitled

a guest
Jul 16th, 2018
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.18 KB | None | 0 0
  1. // Annoying double declaration of the generic arguments
  2. List<String> strings = new ArrayList<String>();
  3.  
  4. // Even more annoying
  5. Map<String,URI> cityToWebsite = new HashMap<String,URI>();
Add Comment
Please, Sign In to add comment