Package io.objectbox.flatbuffers
Class StringVector
java.lang.Object
io.objectbox.flatbuffers.BaseVector
io.objectbox.flatbuffers.StringVector
Helper type for accessing vector of String.
-
Field Summary
Fields inherited from class io.objectbox.flatbuffers.BaseVector
bb
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__assign
(int _vector, int _element_size, ByteBuffer _bb) Assigns vector access object to vector data.get
(int j) Reads the String at the given index.
-
Constructor Details
-
StringVector
public StringVector()
-
-
Method Details
-
__assign
Assigns vector access object to vector data.- Parameters:
_vector
- Start data of a vector._element_size
- Size of a vector element._bb
- Table's ByteBuffer.- Returns:
- Returns current vector access object assigned to vector data whose offset is stored at `vector`.
-
get
Reads the String at the given index.- Parameters:
j
- The index from which the String value will be read.- Returns:
- the String at the given index.
-