![]() |
FlatBuffers
An open source project by FPL.
|
Object that represents a set of elements with the same type. More...
Object that represents a set of elements with the same type.
Public Member Functions | |
Reference | get (int pos) |
Get reference to an object in the Vector @endiliteral. More... | |
int | getElemType () |
Return element type for all elements in the vector. More... | |
boolean | isEmptyVector () |
Returns whether the vector is empty. More... | |
![]() | |
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 TypedVector | empty () |
Returns an empty Map . More... | |
static Vector | empty () |
Returns an empty Map . More... | |
|
inlinestatic |
Returns an empty Map
.
Map
Reimplemented from com.google.flatbuffers.FlexBuffers.Vector.
|
inline |
Get reference to an object in the Vector @endiliteral.
pos | position of the object in Vector |
Reimplemented from com.google.flatbuffers.FlexBuffers.Vector.
|
inline |
Return element type for all elements in the vector.
|
inline |
Returns whether the vector is empty.