![]() |
FlatBuffers
An open source project by FPL.
|
Object that represents a set of elements in the buffer. More...
Object that represents a set of elements in the buffer.
Public Member Functions | |
Reference | get (int index) |
Get a element in a vector by index. More... | |
boolean | isEmpty () |
Checks if the vector is empty. More... | |
StringBuilder | toString (StringBuilder sb) |
Appends a text(JSON) representation to a StringBuilder More... | |
Static Public Member Functions | |
static Vector | empty () |
Returns an empty Map . More... | |
|
inlinestatic |
Returns an empty Map
.
Map
Reimplemented in com.google.flatbuffers.FlexBuffers.Map, and com.google.flatbuffers.FlexBuffers.TypedVector.
|
inline |
Get a element in a vector by index.
index | position of the element |
Reference
to the element Reimplemented in com.google.flatbuffers.FlexBuffers.TypedVector.
|
inline |
Checks if the vector is empty.
|
inline |
Appends a text(JSON) representation to a StringBuilder
Reimplemented in com.google.flatbuffers.FlexBuffers.Map.