I was solving the Quora problem and for my particular solution I needed a hashtable (long-keys, int-values) for caching values. I hoped that the Java HashMap could be improved because I knew my data t
I\'d like to put unmodifiable wrappers around some of the Trove collections: I\'ve checked the Trove documentation and I cannot seem to find an easy way to do it (I may have overlooked something obvio