Advertisement
Guest User

Untitled

a guest
Apr 25th, 2014
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.10 KB | None | 0 0
  1. try
  2. {
  3. list.set(index, obj);
  4. }
  5. catch(IndexOutOfBoundsException ex)
  6. {
  7. list.add(index, obj);
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement