Any hints in converting this C++ code to java
I have pretty good idea what is going on in main () , but I not sure about the top template part and the class called Moron :)
The program just reads a text file counts up the frequency of each word. I have a Java version that uses HashMap but I need to convert this since it's much faster :)