Advertisement
Guest User

Untitled

a guest
Feb 26th, 2015
229
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.11 KB | None | 0 0
  1. List<Object> list = ..??..;
  2. ...
  3. while(true) {
  4. fillList(list); //fill 100000 - 1000000 items
  5. list.clear();
  6. }
  7. ...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement