- LFUMap<K,V> - Class in org.pentaho.reporting.libraries.base.util
 
- 
A Least-Frequently-Used Map.
 
- LFUMap(int) - Constructor for class org.pentaho.reporting.libraries.base.util.LFUMap
 
- 
Creates a new LFU-Map with a maximum size of cacheSize entries.
 
- LGPL - Static variable in class org.pentaho.reporting.libraries.base.versioning.Licenses
 
- 
The GNU Lesser General Public Licence.
 
- LibBaseBoot - Class in org.pentaho.reporting.libraries.base
 
- 
An utility class to safely boot and initialize the LibBase library.
 
- LibBaseInfo - Class in org.pentaho.reporting.libraries.base
 
- 
The project information for LibBase.
 
- Licenses - Class in org.pentaho.reporting.libraries.base.versioning
 
- 
Contains the full texts of the GNU General Public Licence and the GNU Lesser General Public
 Licence.
 
- LinkedMap - Class in org.pentaho.reporting.libraries.base.util
 
- 
A fast linked-hashmap that avoids any unneccessay work.
 
- LinkedMap() - Constructor for class org.pentaho.reporting.libraries.base.util.LinkedMap
 
- 
Default constructor.
 
- LinkedMap(int, float) - Constructor for class org.pentaho.reporting.libraries.base.util.LinkedMap
 
- 
Creates a new map with the given initial number of buckets and the given loadfactor.
 
- LIST - Static variable in class org.pentaho.reporting.libraries.base.util.Empty
 
- 
Deprecated.
this is a redeclaration of the Collections.EMPTY_LIST field and should be killed.
 
 
- load(String) - Method in class org.pentaho.reporting.libraries.base.boot.PackageManager
 
- 
Loads all modules mentioned in the report configuration starting with the given prefix.
 
- load(String) - Method in class org.pentaho.reporting.libraries.base.config.PropertyFileConfiguration
 
- 
Lods the property file from a classpath resource name.
 
- load(String, Class) - Method in class org.pentaho.reporting.libraries.base.config.PropertyFileConfiguration
 
- 
Loads the properties stored in the given file.
 
- load(InputStream) - Method in class org.pentaho.reporting.libraries.base.config.PropertyFileConfiguration
 
- 
Loads the properties stored in the given file.
 
- loadAndInstantiate(String, Class) - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
 
- 
Deprecated.
This class is not typesafe and instantiates the specified object without any additional checks.
 
 
- loadAndInstantiate(String, Class, Class<T>) - Static method in class org.pentaho.reporting.libraries.base.util.ObjectUtilities
 
- 
Tries to create a new instance of the given class.
 
- loadBooter(String, Class) - Static method in class org.pentaho.reporting.libraries.base.boot.AbstractBoot
 
- 
Loads the specified booter-class.
 
- log(Object) - Static method in class org.pentaho.reporting.libraries.base.util.DebugLog
 
- 
Logs a message using the debug-logger.
 
- log(Object, Throwable) - Static method in class org.pentaho.reporting.libraries.base.util.DebugLog
 
- 
Logs a message using the debug-logger.
 
- logEnter() - Static method in class org.pentaho.reporting.libraries.base.util.DebugLog
 
-  
 
- logExit() - Static method in class org.pentaho.reporting.libraries.base.util.DebugLog
 
-  
 
- logHere() - Static method in class org.pentaho.reporting.libraries.base.util.DebugLog
 
- 
Logs a HERE message.
 
- logHereWE() - Static method in class org.pentaho.reporting.libraries.base.util.DebugLog
 
- 
Logs a HERE message along with a stack-trace to identify how we got to this point.
 
- logSystemInformation() - Method in class org.pentaho.reporting.libraries.base.util.SystemInformation
 
-