| Name | Description |
|---|---|
| CliUtilities | Command-line Utilities. |
| ConcurrentCollection | Represent a collection of objects with is thread-safe. |
| ConcurrentCollectionFactory | Factory of concurrent collections. |
| ConcurrentList | Represent a list of objects with is thread-safe. |
| ConcurrentSet | Represent a set of objects with is thread-safe. |
| DefaultConcurrentCollectionFactory | Factory of concurrent collections. |
| IntSupplierWithException | A supplier of an int value with exception. |
| MutableOptional | A specific implementation of a Optional that allows to change its value. |
| NoConcurrencyCollectionFactory | Factory of collections that are not thread-safe. |
| OutParameter | An out parameter for a function. |
| SarlUtils | Utilities functions according to SARL specifications. |
| SerializableProxy | An object that could be used as a proxy for serializing an object. |