Advertisement
Guest User

Untitled

a guest
Mar 30th, 2020
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. if (list==null ||list.size() ==0) {
  2. System.out.println("leer");
  3.  
  4. }
  5. list.removeAll(Collections.singleton("Hallo"));
  6. System.out.println(list);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement