WordCount { /** 各単語の出現頻度度を保持します */ public Map<String, Integer> wordCounts; /** 最頻出する単語の上位3つを保持します */ public List<String> top3Words; /** ワードカウントの処理理に要した時間(ミリ秒)を保持します */ public long elapsedMillis; /** 元の⽂文章を保持します */ public Date text; } ここは等価⽐比較の対象外としたい