public abstract class SlotHandler extends java.lang.Object implements Indexable4
| Constructor and Description |
|---|
SlotHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
defragIndexEntry(DefragmentContextImpl context) |
int |
linkLength() |
java.lang.Object |
readIndexEntry(Context context,
ByteArrayBuffer reader) |
void |
writeIndexEntry(Context context,
ByteArrayBuffer writer,
java.lang.Object obj) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitprepareComparisonprotected Slot _current
public void defragIndexEntry(DefragmentContextImpl context)
defragIndexEntry in interface Indexable4public int linkLength()
linkLength in interface LinkLengthAwarepublic java.lang.Object readIndexEntry(Context context, ByteArrayBuffer reader)
readIndexEntry in interface Indexable4public void writeIndexEntry(Context context, ByteArrayBuffer writer, java.lang.Object obj)
writeIndexEntry in interface Indexable4