public class StdVector_cxx_0xb8c12c12 extends FFIPointerImpl implements StdVector<Byte>
StdVector.Factory<E>| Modifier and Type | Field and Description |
|---|---|
static int |
HASH_SHIFT |
static int |
SIZE |
address| Constructor and Description |
|---|
StdVector_cxx_0xb8c12c12(long address) |
| Modifier and Type | Method and Description |
|---|---|
Byte |
at(int index) |
long |
capacity() |
void |
clear() |
long |
data() |
void |
delete() |
boolean |
equals(Object o) |
Byte |
get(int index) |
StdVector.Factory<Byte> |
getFactory() |
int |
hashCode() |
static byte |
nativeAt(long ptr,
int index0) |
static long |
nativeCapacity(long ptr) |
static void |
nativeClear(long ptr) |
static long |
nativeCreateFactory0() |
static long |
nativeData(long ptr) |
static void |
nativeDelete(long ptr) |
static byte |
nativeGet(long ptr,
int index0) |
static void |
nativePush_back(long ptr,
byte e0) |
static void |
nativeReserve(long ptr,
long size0) |
static void |
nativeResize(long ptr,
long size0) |
static long |
nativeSize(long ptr) |
void |
push_back(Byte e) |
void |
reserve(long size) |
void |
resize(long size) |
long |
size() |
String |
toString() |
getAddressclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAddress, getAddresspublic static byte nativeAt(long ptr,
int index0)
public static long nativeCapacity(long ptr)
public static void nativeClear(long ptr)
public static long nativeData(long ptr)
public void delete()
delete in interface CXXPointerpublic static void nativeDelete(long ptr)
public static byte nativeGet(long ptr,
int index0)
public StdVector.Factory<Byte> getFactory()
getFactory in interface StdVector<Byte>public static void nativePush_back(long ptr,
byte e0)
public static void nativeReserve(long ptr,
long size0)
public static void nativeResize(long ptr,
long size0)
public static long nativeSize(long ptr)
public static long nativeCreateFactory0()
Copyright © 2022 Alibaba Group Holding Ltd.. All rights reserved.