| property | Description | |
|---|---|---|
| Constant | Description | |
|---|---|---|
| eden | The eden singleton serializer. | |
| Environment | The Environment singleton instance. |
| Interface | Description | |
|---|---|---|
| Cloneable | Supports cloning, which creates a new instance of a class with the same value as an existing instance. | |
| Comparable | This interface imposes a total ordering on the objects of each class that implements it. | |
| Comparator | A comparison function, which imposes a total ordering on some collection of objects. | |
| Equatable | This interface is implemented by classes that can compare an object with their objects. | |
| Serializable | Allows an object to control its own serialization and deserialization. | |
| Serializer | Defines what a Serializer have to implements to be integrated in the framework. | |
| Sortable | An interface to be implemented by sorted sources with a Comparator object. |
| Class | Description | |
|---|---|---|
| _Environment | The internal Environment class. | |
| Arrays | A static class for Array utilities. | |
| ByteArrays | The static ByteArray tool class. | |
| Char | The Char class. | |
| Configurator | The Configurator class defines the basic class used to creates custom configurations. | |
| Enum | This class determinates a basic implementation to creates enumeration objects. | |
| Library | The basic framework Library to be included in the SWC. | |
| metadata | stores static metadata about the project | |
| Objects | A static class for Object utilities. | |
| Reflection | Provides a basic reflection mecanisms on the language. | |
| Strings | A static class for String utilities. | |
| SystemConfigurator | The system configurator class. | |
| URI | The "Uniform Resource Identifier" class. | |
| Version | A basic Version class which is composed by four fields: major, minor, build and revision. |