Interface | Description |
---|---|
NamedInterface |
A named object is an object that can be identified, in the relevant namespace, by a
unique String
|
StringDecoder |
An interface to all classes that can transform a stored value in a display
value
|
Class | Description |
---|---|
CompositeObjectKey<E extends DataObject<E>> |
A composite key made of the DataObjectId of an object, and additional
attributes.
|
CompositeObjectMap<E extends DataObject<E> & UniqueidentifiedInterface<E>,F extends DataObject<F> & UniqueidentifiedInterface<F>> |
A composite object map allows to order objects by a parent object id
and a number of classifiers, the classifiers being typically the value
of some fields of the object.
|
MultiStringEncoding |
An utility class that encodes in a single string several non-null string
values in a simple and compact way.
|
Named |
A named object is an object that can be identified, in the relevant
namespace, by a unique String
|
NamedList<E extends NamedInterface> |
A utility class to store objects identified by a unique name.
|
NiceFormatters |
A small utility class aimed at writing data in a nice format
|
NumberFormatter |
An utility method to format big numbers with prefix, in an easy to read
format.
|
OpenLowcodeLogFilter |
The filter will let the following elements pass:
All elements with level equal or more than the default level (e.g.
|
OrderedList<E> |
A list of elements ordered by an integer index.
|
Pair<E,F> |
A utility class to manage pair of objects with a given type
|
SplitString |
A class to split a string before printing in pdf by lines.
|
StandardUtil |
This class is grouping utilities shared between client and server
|
StringExtremityPrinter |
A utility class that prints the extremity of a string
|
TimeLogger |
a simple class that returns a log precising the time elapsed since the object was created
|
Triple<E,F,G> |
An utility class to gather three objects
|