Advertisement
crassus9999

Untitled

Apr 16th, 2014
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.14 KB | None | 0 0
  1. public int size() {
  2.         if(isEmpty()) throw new UnsupportedOperationException("List je prázný.");
  3.         return source.size();
  4.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement