| Home >> All >> com >> aendvari >> common >> [ util Javadoc ] |
com.aendvari.common.util: Javadoc index of package com.aendvari.common.util.
Package Samples:
com.aendvari.common.util
Classes:
MultiHashMap: Implements java.util.Map using a java.util.HashMap . This Map class allows for multiple values for a single key. Below is how the multi map is setup: HASH_MAP { HASH_KEY => ( new Collection( Object, Object, etc... ) ), HASH_KEY => ( new Collection( Object, Object, etc... ) ), etc... } NOTE: This class DOES NOT implement the following: public void putAll(Map t)
ResourceLoader: This class provides the ability to load a resource using a class as a reference. A subclass of ResourceLoader must override the getResourceName() method to specify the name of the resource. The resource is expected to be placed within the same package as the subclass.
Debug: Utility class for printing out debug information. This class is only meant for on/off of System.out.println().
UrlUtil: Utility class for URL access and manipulation.
ExceptionUtil: Provides utility methods for handling exceptions.
ConversionUtil: Utility class for conversion functions.
ServletUtil: Utility class for servlets.
| Home | Contact Us | Privacy Policy | Terms of Service |