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