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. |
GradientProjectionUtils |
Auxiliary static methods to solve some simple optimization problems (e.g.
|
HTMLUtils |
Auxiliary functions to work with HTML.
|
ImageUtils |
Auxiliary functions to work with images.
|
InputParameter |
This class helps to define input parameters for algorithms and reports.
|
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.
|
SwingUtils |
A collection of utility methods for Swing.
|
TimeTrace | |
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.
Copyright © 2018. All rights reserved.