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