public static class FlexBuffers.Vector extends Object
| Modifier and Type | Method and Description |
|---|---|
static FlexBuffers.Vector |
empty()
Returns an empty
FlexBuffers.Map |
FlexBuffers.Reference |
get(int index)
Get a element in a vector by index
|
boolean |
isEmpty()
Checks if the vector is empty
|
StringBuilder |
toString(StringBuilder sb)
Appends a text(JSON) representation to a `StringBuilder`
|
public static FlexBuffers.Vector empty()
FlexBuffers.MapFlexBuffers.Mappublic boolean isEmpty()
public StringBuilder toString(StringBuilder sb)
public FlexBuffers.Reference get(int index)
index - position of the elementReference to the elementCopyright © 2020. All rights reserved.