Package edu.umd.cs.findbugs.util

Class Summary
MapCache<K,V> Provide a HashMap that can only grow to a specified maximum capacity, with entries discarded using a LRU policy to keep the size of the HashMap within that bound.
Strings A class for static String utility methods.