| | Class | Description |
|---|
| | IndexedMapModelObject |
This map model is indexed and you can select all value objects register with the basic index (int) property. |
| | InitMapModelObject |
Initialize the model with a Array of ValueObject objects. |
| | MapModel |
This model use an internal Map to register Entry objects with a specific key and this corresponding value. |
| | MapModelObject |
This model use an internal Map to register value objects with a specific key. |
| | OrderedMapModelObject |
This map model object is ordered with a previous and next methods inside. |