Package | Description |
---|---|
com.mckoi.store |
Modifier and Type | Interface | Description |
---|---|---|
interface |
MutableArea |
An interface for an area that can be modified.
|
Modifier and Type | Method | Description |
---|---|---|
Area |
AbstractStore.getArea(long id) |
|
Area |
HeapStore.getArea(long pointer) |
|
Area |
Store.getArea(long id) |
Returns an object that allows for the contents of an area (represented by
the 'id' parameter) to be read.
|
Copyright © 2018. All rights reserved.