public static class SkipTable.Entry
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
long |
index |
long |
offset |
static SkipTable.Entry |
ORIGIN |
| Constructor and Description |
|---|
Entry(long index,
long offset) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
toString() |
public static final SkipTable.Entry ORIGIN
public final long index
public final long offset