public static class FlexBuffers.TypedVector extends FlexBuffers.Vector
| Modifier and Type | Method and Description |
|---|---|
static FlexBuffers.TypedVector |
empty() |
FlexBuffers.Reference |
get(int pos)
Get reference to an object in the
Vector |
int |
getElemType()
Return element type for all elements in the vector
|
boolean |
isEmptyVector()
Returns whether the vector is empty
|
isEmpty, toStringpublic static FlexBuffers.TypedVector empty()
public boolean isEmptyVector()
public int getElemType()
public FlexBuffers.Reference get(int pos)
Vectorget in class FlexBuffers.Vectorpos - position of the object in VectorCopyright © 2020. All rights reserved.