public interface FFIVector<E> extends FFIPointer, FFIBuiltinType
| Modifier and Type | Interface and Description |
|---|---|
static interface |
FFIVector.Factory<E> |
| Modifier and Type | Method and Description |
|---|---|
long |
capacity() |
void |
clear() |
long |
data() |
void |
dispose() |
boolean |
empty() |
E |
get(long index) |
void |
push_back(E e) |
void |
reserve(long cap) |
void |
resize(long size) |
void |
set(long index,
E value) |
long |
size() |
getAddress, getAddressCopyright © 2022 Alibaba Group Holding Ltd.. All rights reserved.