public class Count { String word; int i; public Count(String word, int i){ this.word = word; this.i = i; } }