| 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.
|
| MemoryFixedListIterator<T extends BaseEntity> |
Used to iterate over the MemoryFixedList.
|
| 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 © 2015 51Degrees. All rights reserved.