Advertisement
dizzy94

27.Main

May 20th, 2017
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.34 KB | None | 0 0
  1. import java.util.Collections;
  2. import java.util.HashMap;
  3. import java.util.HashSet;
  4. import java.util.Map;
  5. import java.util.Set;
  6. import java.util.TreeMap;
  7.  
  8.  
  9. public class Main {
  10.     public static void main(String[] args) {
  11.    
  12.     Map<Integer, Set<People>> mapa = new HashMap<Integer, Set<People>>();
  13.     Set<People> wiek = new HashSet<People>();
  14.    
  15.     }
  16. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement