|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectstorage.primitiveStorage.PrimitiveStorageManager.ChunksTable.Entry
Represents a number-chunk pair.
Method Summary | |
PrimitiveStorageManager.Chunk |
getChunk()
Returns the chunk object. |
int |
getChunkNumber()
Returns the chunk number. |
PrimitiveStorageManager.ChunksTable.Entry |
getNext()
Returns the next number-chunk pair of the table in the insertion order. |
PrimitiveStorageManager.ChunksTable.Entry |
getPrevious()
Returns the previous number-chunk pair of the table in the insertion order. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getChunkNumber()
public PrimitiveStorageManager.Chunk getChunk()
public PrimitiveStorageManager.ChunksTable.Entry getNext()
public PrimitiveStorageManager.ChunksTable.Entry getPrevious()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |