flatbuffers/java/com/google/flatbuffers
Kulikov Alexey 4e5152d886 Java: Calculation of vtable and vtable size moved to the __init method. (#5210)
vtable and vtable size depends only on `Table#bb_pos` but calculated in
`Table#_offset` method on each field lookup.
Doing this with every call of `Table#__offset` is redundant.

These values can be read once with change of `Table#bb_pos` and reused
for any field lookup.
2019-02-25 23:45:29 +01:00
..
ByteBufferUtil.java
Constants.java
FlatBufferBuilder.java Make ByteBufferFactory an abstract class in order to make FlatBuffers compatible with Java7. (#5155) 2019-02-11 21:02:32 +01:00
Struct.java Adds __reset method to Struct and Table (#4966) 2018-10-03 12:09:30 -07:00
Table.java Java: Calculation of vtable and vtable size moved to the __init method. (#5210) 2019-02-25 23:45:29 +01:00
Utf8.java Java: Pulling in protobuf's faster UTF-8 encoder. (#5035) 2018-12-17 13:53:49 -08:00
Utf8Old.java Java: Pulling in protobuf's faster UTF-8 encoder. (#5035) 2018-12-17 13:53:49 -08:00
Utf8Safe.java Java: Pulling in protobuf's faster UTF-8 encoder. (#5035) 2018-12-17 13:53:49 -08:00