Package io.objectbox.model
Class ModelRelation.Vector
- java.lang.Object
-
- io.objectbox.flatbuffers.BaseVector
-
- io.objectbox.model.ModelRelation.Vector
-
- Enclosing class:
- ModelRelation
public static final class ModelRelation.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 ModelRelation.Vector__assign(int _vector, int _element_size, java.nio.ByteBuffer _bb)ModelRelationget(int j)ModelRelationget(ModelRelation obj, int j)
-
-
-
Method Detail
-
__assign
public ModelRelation.Vector __assign(int _vector, int _element_size, java.nio.ByteBuffer _bb)
-
get
public ModelRelation get(int j)
-
get
public ModelRelation get(ModelRelation obj, int j)
-
-