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