// Object structure for a word public class word { public int count; public String str; }