Adrian Crum wrote: > What is the purpose of LRUMap.java? It extends LinkedHashMap but it doesn't > add any functionality. The class seems pointless. We could use LinkedHashMap > instead.
Backwards compatiblity, where external projects used LRUMap in the past. Check the history, the class used to do a lot more.
