public class StdVector_cxx_0x6491ac7a extends FFIPointerImpl implements StdVector<Integer>
StdVector.Factory<E>| Modifier and Type | Field and Description |
|---|---|
static int |
HASH_SHIFT |
static int |
SIZE |
address| Constructor and Description |
|---|
StdVector_cxx_0x6491ac7a(long address) |
| Modifier and Type | Method and Description |
|---|---|
Integer |
at(int index) |
long |
capacity() |
void |
clear() |
long |
data() |
void |
delete() |
boolean |
equals(Object o) |
Integer |
get(int index) |
StdVector.Factory<Integer> |
getFactory() |
int |
hashCode() |
static int |
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 int |
nativeGet(long ptr,
int index0) |
static void |
nativePush_back(long ptr,
int e0) |
static void |
nativeReserve(long ptr,
long size0) |
static void |
nativeResize(long ptr,
long size0) |
static long |
nativeSize(long ptr) |
void |
push_back(Integer e) |
void |
reserve(long size) |
void |
resize(long size) |
long |
size() |
String |
toString() |
getAddressclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAddress, getAddresspublic static int 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 int nativeGet(long ptr,
int index0)
public StdVector.Factory<Integer> getFactory()
getFactory in interface StdVector<Integer>public static void nativePush_back(long ptr,
int 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.