| Class | Description |
|---|---|
| BooleanUtils |
Provides extra functionality for
boolean primitives. |
| ClassLoaderUtils |
Class to deal with dynamic Java class loading from .class/.jar files.
|
| Constants |
Auxiliary class with several application-wide constants.
|
| DoubleUtils |
Provides extra functionality for
double primitives. |
| HTMLUtils |
Auxiliary functions to work with HTML.
|
| HTMLUtils.CustomHTMLEditorKit |
Custom version of
HTMLEditorKit with an image cache. |
| IntUtils |
Provides extra functionality for
int primitives. |
| LongUtils |
Provides extra functionality for
long primitives. |
| Pair<A,B> |
A tuple consisting of two elements.
|
| Quadruple<A,B,C,D> |
A tuple consisting of four elements.
|
| RandomUtils |
Provides static methods to obtain both random numbers and vectors.
|
| StringUtils |
Provides extra functionality for String objects.
|
| Triple<A,B,C> |
A tuple consisting of three elements.
|
| Enum | Description |
|---|---|
| Constants.OrderingType |
Constants for choosing the ordering type.
|
| Constants.SearchType |
Constants for searching methods.
|
| Constants.ShortestPathType |
Constants for shortest path methods.
|
General utility static methods.