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. |
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. |