Advertisement
Guest User

Untitled

a guest
Jul 26th, 2016
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.20 KB | None | 0 0
  1.  public static Set<Cat> createCats()
  2.     {
  3.        
  4.         Set<Cat> cat = new HashSet<Cat>() {
  5.             cat.add(Cat);
  6.         }
  7.         return cat;
  8.     }
  9.  
  10.  
  11.     public static class Cat{}
  12. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement