|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sleepycat.je.cleaner.OffsetList.Segment
public static class OffsetList.Segment
One segment of a OffsetList containing at most SEGMENT_CAPACITY values. public for Sizeof.
Constructor Summary | |
---|---|
OffsetList.Segment()
|
Method Summary | |
---|---|
(package private) OffsetList.Segment |
add(long value)
Call this method on the tail. |
(package private) long |
get(int i)
Returns the value at the given index from this segment only. |
(package private) OffsetList.Segment |
next()
Returns the next segment or null if this is the tail segment. |
(package private) void |
setNext(OffsetList.Segment next)
Sets the next pointer during a merge. |
(package private) int |
size()
Returns the number of values in this segment. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OffsetList.Segment()
Method Detail |
---|
OffsetList.Segment add(long value)
long get(int i)
OffsetList.Segment next()
void setNext(OffsetList.Segment next)
int size()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |