See: Description

| Class | Description | 
|---|---|
| ArrayRecordStore | 
 A class to answer representation queries using the stored Array. 
 | 
| ArrayStore<T> | 
 A class to answer representation queries using the stored Array. 
 | 
| MapRecordStore | 
 A class to answer representation queries using a map and an index within the
 record. 
 | 
| MapStore<T> | 
 A class to answer representation queries using a map. 
 | 
| MemoryDataStoreFactory | 
 Simple factory class that will store all data in memory using object arrays or hashmaps. 
 |