Guest User

Untitled

a guest
Nov 20th, 2018
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. public List<String> getStrings() {
  2.  
  3. return null;
  4. }
  5.  
  6. public List<String> getStrings() {
  7.  
  8. return Collections.emptyList();
  9. }
  10.  
  11. public Map<String, String> stringStringMap() {
  12.  
  13. return Collections.EMPTY_MAP;
  14. }
Add Comment
Please, Sign In to add comment