Package com.helger.commons.lang
-
Interface Summary Interface Description IAppendable<IMPLTYPE extends IAppendable<IMPLTYPE>> Defines a generic interface for appending objects to something.ICloneable<DATATYPE> This is a type-safe replacement interface for the defaultCloneableinterface since it contains the desired return type and is accessible solely by the interface.IExplicitlyCloneable A marker interface for objects usingCloneablebut in a more explicit way.IHasClassLoader Base interface for all objects having optional support for customClassLoaderobjects.
Note: when you implement this interface and want to have aClassLoaderas a member, please consider storing it as aWeakReferenceto avoid potential memory leaks.IHasSize Base interface for all objects having a certain size. -
Class Summary Class Description BitSetHelper Helper class to work with bit sets.BooleanHelper Misc helper methods for handling booleans.ByteBufferHelper Contains someByteBufferutility methods.ClassHelper Classhelper methods.ClassHierarchyCache A small class hierarchy cacheClassLoaderHelper ClassLoaderutility methods.ClassPathHelper Utility class for dealing with the Java class path.CloneHelper Helper class for cloning objects.EnumHelper Some enum utility methods.GenericReflection This is a special helper class that provides many utility methods concerning the usage of reflection etc..NonBlockingProperties TheNonBlockingPropertiesclass represents a persistent set of properties.PropertiesHelper Helper class to ease the use ofPropertiesclass.ReflectionSecurityManager A custom security manager that exposes thegetClassContext()information.SecurityManagerHelper Utility methods to handle theSecurityManagermore easily.ServiceLoaderHelper ServiceLoaderhelper class.StackTraceHelper This class contains utility methods for handling stack traces.