Guest User

Untitled

a guest
Feb 24th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. public static Map<Integer, Set<String>> getWordLengthMap(Set<String> theSet) {
  2. TreeMap<Integer, String> setB = new TreeMap<Integer, String>();
  3. getWordLengthMap(setB, Iterator<String> theWordSetItr);
  4.  
  5. public static Map<Integer, Set<String>> getWordLengthMap(Map<Integer,
  6. Set<String>> theWordLengths,Iterator<String> theWordSetItr) {
Add Comment
Please, Sign In to add comment