public class MemoryAreasDataSet extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
DEFAULT_FILENAME |
| Constructor and Description |
|---|
MemoryAreasDataSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(MemoryAreasRecord memoryAreasRecord)
Add a record to the data set
|
Map<String,MemoryAreasData> |
getMap()
Get all records
|
public static final String DEFAULT_FILENAME
public void add(MemoryAreasRecord memoryAreasRecord)
memoryAreasRecord - memory areas recordpublic Map<String,MemoryAreasData> getMap()
This documentation was released into the public domain.