Uses of Class
org.apache.openjpa.lib.util.collections.LRUMap
- 
Packages that use LRUMap Package Description org.apache.openjpa.lib.util General Utilitiesorg.apache.openjpa.lib.util.collections commons-collections4 import. - 
- 
Uses of LRUMap in org.apache.openjpa.lib.util
Subclasses of LRUMap in org.apache.openjpa.lib.util Modifier and Type Class Description classLRUMapExtension of the commonsLRUMapthat can change its maximum size. - 
Uses of LRUMap in org.apache.openjpa.lib.util.collections
Methods in org.apache.openjpa.lib.util.collections that return LRUMap Modifier and Type Method Description LRUMap<K,V>LRUMap. clone()Clones the map without cloning the keys or values. 
 -