| Class | Description |
|---|---|
| MemoryBaseList<T extends BaseEntity> |
Lists can be stored as a set of related objects entirely within memory, or
the relevant objects loaded as required from a file or other permanent store
as required.
|
| MemoryFixedList<T extends BaseEntity> |
A readonly list of fixed length entity types held in memory.
|
| MemoryIntegerList |
Provides a way of storing integers in a list and implements utility methods
such as
MemoryIntegerList.getRange(int, int). |
| MemoryVariableList<T extends BaseEntity> |
A readonly list of variable length entity types held in memory.
|
| Node |
All data is loaded into memory when the entity is constructed.
|
| NodeV31 |
All data is loaded into memory when the entity is constructed.
|
| NodeV32 |
All data is loaded into memory when the entity is constructed.
|
| Profile |
All data is loaded into memory when the entity is constructed.
|
| PropertiesList |
A list of properties in memory as a fixed list.
|
Copyright © 2017 51Degrees. All rights reserved.