| Modifier and Type | Method and Description |
|---|---|
<T extends Table> |
FlatBufferBuilder.createSortedVectorOfTables(T obj,
int[] offsets)
Create a vector of sorted by the key tables.
|
| Modifier and Type | Method and Description |
|---|---|
protected Table |
Table.__union(Table t,
int offset)
Initialize any Table-derived type to point to the union at the given `offset`.
|
protected static Table |
Table.__union(Table t,
int offset,
ByteBuffer bb)
Initialize any Table-derived type to point to the union at the given `offset`.
|
Table |
UnionVector.get(Table obj,
int j)
Initialize any Table-derived type to point to the union at the given `index`.
|
| Modifier and Type | Method and Description |
|---|---|
protected Table |
Table.__union(Table t,
int offset)
Initialize any Table-derived type to point to the union at the given `offset`.
|
protected static Table |
Table.__union(Table t,
int offset,
ByteBuffer bb)
Initialize any Table-derived type to point to the union at the given `offset`.
|
Table |
UnionVector.get(Table obj,
int j)
Initialize any Table-derived type to point to the union at the given `index`.
|
static boolean |
FlatBufferBuilder.isFieldPresent(Table table,
int offset)
Helper function to test if a field is present in the table
|
Copyright © 2020. All rights reserved.