Package io.objectbox.model
Class ModelEntity.Vector
- java.lang.Object
-
- io.objectbox.flatbuffers.BaseVector
-
- io.objectbox.model.ModelEntity.Vector
-
- Enclosing class:
- ModelEntity
public static final class ModelEntity.Vector extends BaseVector
-
-
Field Summary
-
Fields inherited from class io.objectbox.flatbuffers.BaseVector
bb
-
-
Constructor Summary
Constructors Constructor Description Vector()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ModelEntity.Vector__assign(int _vector, int _element_size, java.nio.ByteBuffer _bb)ModelEntityget(int j)ModelEntityget(ModelEntity obj, int j)
-
-
-
Method Detail
-
__assign
public ModelEntity.Vector __assign(int _vector, int _element_size, java.nio.ByteBuffer _bb)
-
get
public ModelEntity get(int j)
-
get
public ModelEntity get(ModelEntity obj, int j)
-
-