Esempio n. 1
0
 @Override
 protected void doFinalStuff() throws IOException {
   int numOfWords = WordsTool.getInstance().getIntegerMap().get(currFileName);
   double avgWordLength = (double) wordLengthSum / numOfWords;
   getDoubleMap().put(currFileName, Utils.getDouble(avgWordLength));
   super.doFinalStuff();
 }