Dear All, I'm stuck in my assignment i really need your help or direction. Am required to to implement a dictionary that stores English words and their multiple synonyms. Am supposed to use Hashmap, key is string and value is a linkedlist. I created a class named "Word" which has the getters and the setters for the private attributes word and ...