See: Description
| Interface | Description |
|---|---|
| Sizeable |
Represents anything with a size.
|
| Class | Description |
|---|---|
| ArrayAsList |
A simple adapter between any array object and java.util.List.
|
| ClassLoaderUtils |
Utility functions for ClassLoader related function.
|
| ClassPathLocator |
The Locator is a utility class which is used to find certain items
in the environment
|
| CollectionUtils |
Stolen from Ant.
|
| DateUtil |
Utility class to handle some date format logic.
|
| IntArray |
A simple, efficient and dynamic int array.
|
| List |
Immutable single list.
|
| Misc |
This utility class includes miscellenous utility functions.
|
| Pair |
Represents a immutable pair of objects.
|
| SerializableConstructor |
Provide a wrapper class for a serializable constructor.
|
| SerializableField |
This class provides wrapper for a serializable Field.
|
| SerializableMethod |
Provides a wrapper for serializable Method object.
|
| StringUtils |
Utility class to convert a list or an array of objects
to string.
|
| WeakRef |
This class subclasses WeakReference to provide hashCode() and equals()
based on reference semantics.
|
| WorkingDirectory |
This class enables dynamic change of the "current directory".
|