All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
KeyValue |
__assign(int _i,
ByteBuffer _bb) |
void |
__init(int _i,
ByteBuffer _bb) |
static KeyValue |
__lookup_by_key(KeyValue obj,
int vectorLocation,
String key,
ByteBuffer bb) |
static void |
addKey(FlatBufferBuilder builder,
int keyOffset) |
static void |
addValue(FlatBufferBuilder builder,
int valueOffset) |
static int |
createKeyValue(FlatBufferBuilder builder,
int keyOffset,
int valueOffset) |
static int |
endKeyValue(FlatBufferBuilder builder) |
static KeyValue |
getRootAsKeyValue(ByteBuffer _bb) |
static KeyValue |
getRootAsKeyValue(ByteBuffer _bb,
KeyValue obj) |
String |
key() |
ByteBuffer |
keyAsByteBuffer() |
ByteBuffer |
keyInByteBuffer(ByteBuffer _bb) |
protected int |
keysCompare(Integer o1,
Integer o2,
ByteBuffer _bb)
Compare two tables by the key.
|
static void |
startKeyValue(FlatBufferBuilder builder) |
static void |
ValidateVersion() |
String |
value() |
ByteBuffer |
valueAsByteBuffer() |
ByteBuffer |
valueInByteBuffer(ByteBuffer _bb) |