| 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 default
Cloneable interface since it contains the desired return
type and is accessible solely by the interface. |
| IHasClassLoader |
Base interface for all objects having optional support for custom
ClassLoader objects. |
| IHasSize |
Base interface for all objects having a certain size.
|
| Class | Description |
|---|---|
| BitSetHelper |
Helper class to work with bit sets.
|
| BooleanHelper |
Misc helper methods for handling booleans.
|
| ByteBufferHelper |
Contains some
ByteBuffer utility methods. |
| ClassHelper |
Class helper methods. |
| ClassHierarchyCache |
A small class hierarchy cache
|
| ClassLoaderHelper |
ClassLoader utility 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 |
The
NonBlockingProperties class represents a persistent set of
properties. |
| PropertiesHelper |
Helper class to ease the use of
Properties class. |
| ReflectionSecurityManager |
A custom security manager that exposes the
getClassContext()
information. |
| SecurityManagerHelper |
Utility methods to handle the
SecurityManager more easily. |
| ServiceLoaderHelper |
ServiceLoader helper class. |
| StackTraceHelper |
This class contains utility methods for handling stack traces.
|
| TimeValue |
Pair of
TimeUnit and a value. |
Copyright © 2014–2017 Philip Helger. All rights reserved.