Advertisement
Guest User

Untitled

a guest
Nov 19th, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.08 KB | None | 0 0
  1. public void delete(String word, int num) {
  2.         dictionary.get(word).remove(num - 1);
  3.     }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement