Advertisement
niske

Untitled

Oct 23rd, 2024
18
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.07 KB | None | 0 0
  1. public interface Compare <T> {
  2. public int compare(T film1, T film2);
  3. }
  4.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement