Class Field.Vector
- java.lang.Object
-
- com.google.flatbuffers.BaseVector
-
- com.google.flatbuffers.reflection.Field.Vector
-
- Enclosing class:
- Field
public static final class Field.Vector extends BaseVector
-
-
Field Summary
-
Fields inherited from class com.google.flatbuffers.BaseVector
bb
-
-
Constructor Summary
Constructors Constructor Description Vector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Field.Vector__assign(int _vector, int _element_size, ByteBuffer _bb)Fieldget(int j)Fieldget(Field obj, int j)FieldgetByKey(Field obj, String key)FieldgetByKey(String key)
-
-
-
Method Detail
-
__assign
public Field.Vector __assign(int _vector, int _element_size, ByteBuffer _bb)
-
get
public Field get(int j)
-
-