Advertisement
CaptainLepidus

Remove from List

Jan 26th, 2015
252
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.10 KB | None | 0 0
  1. points.remove(points.size()-1);
  2. points.remove(points.size()-1);
  3. points.remove(0);
  4. points.remove(0);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement