Advertisement
crassus9999

Untitled

Apr 16th, 2014
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1. @Override
  2.     public Pr2List<T> tail() {
  3.         if (isEmpty())
  4.             throw new UnsupportedOperationException("Prรกzdnรฝ list.");
  5.         return new FilterView(source.tail(), predicate);
  6.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement