Class Schema.Vector
- java.lang.Object
-
- com.google.flatbuffers.BaseVector
-
- com.google.flatbuffers.reflection.Schema.Vector
-
- Enclosing class:
- Schema
public static final class Schema.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 Schema.Vector__assign(int _vector, int _element_size, ByteBuffer _bb)Schemaget(int j)Schemaget(Schema obj, int j)
-
-
-
Method Detail
-
__assign
public Schema.Vector __assign(int _vector, int _element_size, ByteBuffer _bb)
-
get
public Schema get(int j)
-
-