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