
P - Page typepublic class MemoryPageFileFactory<P extends Page> extends AbstractPageFileFactory<P>
| Modifier and Type | Class and Description |
|---|---|
static class |
MemoryPageFileFactory.Parameterizer
Parameterization class.
|
pageSize| Constructor and Description |
|---|
MemoryPageFileFactory(int pageSize)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
PageFile<P> |
newPageFile(Class<P> cls)
Make a new page file.
|
getPageSizepublic MemoryPageFileFactory(int pageSize)
pageSize - Size of a pagepublic PageFile<P> newPageFile(Class<P> cls)
PageFileFactorycls - Page class