protected abstract class AbstractTokenTreeBuilder.Leaf.LeafEntry
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected long |
token |
Constructor and Description |
---|
LeafEntry(long tok) |
Modifier and Type | Method and Description |
---|---|
abstract int |
offsetData() |
abstract short |
offsetExtra() |
void |
serialize(java.nio.ByteBuffer buf) |
abstract TokenTreeBuilder.EntryType |
type() |
public abstract TokenTreeBuilder.EntryType type()
public abstract int offsetData()
public abstract short offsetExtra()
public void serialize(java.nio.ByteBuffer buf)
Copyright © 2009- The Apache Software Foundation