Uses of Class
net.sf.jasperreports.engine.fill.JRAbstractLRUVirtualizer.CacheReference
-
Packages that use JRAbstractLRUVirtualizer.CacheReference Package Description net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports). -
-
Uses of JRAbstractLRUVirtualizer.CacheReference in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill that return JRAbstractLRUVirtualizer.CacheReference Modifier and Type Method Description protected JRAbstractLRUVirtualizer.CacheReference
JRAbstractLRUVirtualizer.Cache. toMapValue(JRVirtualizable val)
Methods in net.sf.jasperreports.engine.fill with parameters of type JRAbstractLRUVirtualizer.CacheReference Modifier and Type Method Description protected JRVirtualizable
JRAbstractLRUVirtualizer.Cache. getMapValue(JRAbstractLRUVirtualizer.CacheReference val)
-