Uses of Class
com.google.flatbuffers.Table
-
-
Uses of Table in com.google.flatbuffers
Methods in com.google.flatbuffers with type parameters of type Table Modifier and Type Method Description <T extends Table>
intFlatBufferBuilder. createSortedVectorOfTables(T obj, int[] offsets)Create a vector of sorted by the key tables.Methods in com.google.flatbuffers that return Table Modifier and Type Method Description protected TableTable. __union(Table t, int offset)Initialize any Table-derived type to point to the union at the given `offset`.protected static TableTable. __union(Table t, int offset, ByteBuffer bb)Initialize any Table-derived type to point to the union at the given `offset`.TableUnionVector. get(Table obj, int j)Initialize any Table-derived type to point to the union at the given `index`.Methods in com.google.flatbuffers with parameters of type Table Modifier and Type Method Description protected TableTable. __union(Table t, int offset)Initialize any Table-derived type to point to the union at the given `offset`.protected static TableTable. __union(Table t, int offset, ByteBuffer bb)Initialize any Table-derived type to point to the union at the given `offset`.TableUnionVector. get(Table obj, int j)Initialize any Table-derived type to point to the union at the given `index`.static booleanFlatBufferBuilder. isFieldPresent(Table table, int offset)Helper function to test if a field is present in the table
-