public static class SerializedOperations.DictionaryOps
extends java.lang.Object
| Constructor and Description |
|---|
SerializedOperations.DictionaryOps() |
| Modifier and Type | Method and Description |
|---|---|
static long |
getRank0(java.nio.ByteBuffer buf,
int startPos,
int i)
Get rank0 at specified index of serialized dictionary.
|
static long |
getRank1(java.nio.ByteBuffer buf,
int startPos,
int i)
Get rank1 at specified index of serialized dictionary.
|
static long |
getSelect0(java.nio.ByteBuffer buf,
int startPos,
int i)
Get select0 at specified index of serialized dictionary.
|
static long |
getSelect1(java.nio.ByteBuffer buf,
int startPos,
int i)
Get select1 at specified index of serialized dictionary.
|
public static long getRank1(java.nio.ByteBuffer buf,
int startPos,
int i)
buf - ByteBuffer containing serialized Dictionary.startPos - Starting position within ByteBuffer.i - Index to compute rank1.public static long getRank0(java.nio.ByteBuffer buf,
int startPos,
int i)
buf - ByteBuffer containing serialized Dictionary.startPos - Starting position within ByteBuffer.i - Index to compute rank0.public static long getSelect1(java.nio.ByteBuffer buf,
int startPos,
int i)
buf - ByteBuffer containing serialized Dictionary.startPos - Starting position within ByteBuffer.i - Index to compute select1.public static long getSelect0(java.nio.ByteBuffer buf,
int startPos,
int i)
buf - ByteBuffer containing serialized Dictionary.startPos - Starting position within ByteBuffer.i - Index to compute select0.