Advertisement
Guest User

Untitled

a guest
Apr 24th, 2017
63
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.38 KB | None | 0 0
  1.     private HashMap<String, Integer> may;
  2.     private ArrayList<String> april = new ArrayList<String>();
  3.  
  4.     public Test(ArrayList<String> april) {
  5.         this.april = april;
  6.         this.may = new HashMap<String, Integer>();
  7.         doStuff();
  8.         if (this.may.size() <= 5) System.out.println(this.may.keySet());
  9.         else System.out.println(getOccurrence());
  10.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement