| Class | Description |
|---|---|
| BooleanUtils |
Provides extra functionality for
boolean data. |
| ClassLoaderUtils |
Class to deal with dynamic Java class loading from .class/.jar files.
|
| CollectionUtils |
Provides extra functionality for the Java Collections Framework.
|
| Constants |
Auxiliary class with several application-wide constants.
|
| DoubleUtils |
Provides extra functionality for
double primitives. |
| HTMLUtils |
Auxiliary functions to work with HTML.
|
| ImageUtils |
Auxiliary functions to work with images.
|
| 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.
|
| Quintuple<A,B,C,D,E> |
A tuple consisting of five 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.CheckRoutingCycleType |
Indicates whether (and how) or not to check routing cycles.
|
| Constants.OrderingType |
Constants for choosing the ordering type.
|
| Constants.RoutingCycleType |
Types of routing cycles.
|
| Constants.RoutingType |
Routing type determining how to get (or send traffic) from a node to another one.
|
| Constants.SearchType |
Constants for search methods.
|
| ImageUtils.ImageType |
Image type
|
General utility static methods.