
P - Page typepublic abstract class AbstractPageFileFactory<P extends Page> extends Object implements PageFileFactory<P>
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractPageFileFactory.Parameterizer<P extends Page>
Parameterization class.
|
| Modifier and Type | Field and Description |
|---|---|
protected int |
pageSize
Holds the value of
AbstractPageFileFactory.Parameterizer.PAGE_SIZE_ID. |
| Constructor and Description |
|---|
AbstractPageFileFactory(int pageSize)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getPageSize()
Query the page size.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitnewPageFileprotected int pageSize
AbstractPageFileFactory.Parameterizer.PAGE_SIZE_ID.public AbstractPageFileFactory(int pageSize)
pageSize - Page sizepublic int getPageSize()
PageFileFactorygetPageSize in interface PageFileFactory<P extends Page>