|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--pl.edu.pjwstk.yaod.store.defaultstore.newblocks.RecordPointer
Field Summary | |
short |
m_block
|
short |
m_file
|
short |
m_slot
|
Constructor Summary | |
RecordPointer()
|
|
RecordPointer(short file,
short block,
short slot)
|
Method Summary | |
boolean |
recordExists()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public short m_file
public short m_block
public short m_slot
Constructor Detail |
public RecordPointer()
public RecordPointer(short file, short block, short slot)
Method Detail |
public boolean recordExists()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |