Srs,
Tenho o método;
public static void estatistica(String[] vhistoricos) {
//.......código
//.......
}
for (Integer freq : tabInv.keySet()) {
System.out.println(tabInv.get(freq)+ "\t" + (freq)+"\r");
}
}
Agradeço a ajuda de todos.
Trajano