public class Page extends ActivatableImpl
| Modifier and Type | Field and Description |
|---|---|
static int |
PAGESIZE |
| Constructor and Description |
|---|
Page(int pageIndex) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
add(java.lang.Object obj) |
boolean |
atCapacity() |
int |
capacity() |
java.lang.Object |
get(int indexInPage) |
int |
getPageIndex() |
boolean |
isDirty() |
void |
setDirty(boolean dirty) |
int |
size() |
activate, bind, clonepublic static final int PAGESIZE
public boolean add(java.lang.Object obj)
public int size()
public java.lang.Object get(int indexInPage)
public boolean isDirty()
public void setDirty(boolean dirty)
public int getPageIndex()
public boolean atCapacity()
public int capacity()