public class CXXStdVector_cxx_0xb9247603 extends FFIPointerImpl implements CXXStdVector<Integer>
CXXStdVector.Factory<E>| Modifier and Type | Field and Description |
|---|---|
static int |
HASH_SHIFT |
static int |
SIZE |
address| Constructor and Description |
|---|
CXXStdVector_cxx_0xb9247603(long address) |
| Modifier and Type | Method and Description |
|---|---|
long |
capacity() |
void |
clear() |
long |
data() |
void |
dispose() |
boolean |
empty() |
boolean |
equals(Object o) |
Integer |
get(long arg0) |
int |
hashCode() |
static long |
nativeCapacity(long ptr) |
static void |
nativeClear(long ptr) |
static long |
nativeCreateFactory0() |
static long |
nativeCreateFactory1(int arg00) |
static long |
nativeData(long ptr) |
static void |
nativeDispose(long ptr) |
static boolean |
nativeEmpty(long ptr) |
static int |
nativeGet(long ptr,
long arg00) |
static void |
nativePush_back(long ptr,
int arg00) |
static void |
nativeReserve(long ptr,
long arg00) |
static void |
nativeResize(long ptr,
long arg00) |
static void |
nativeSet(long ptr,
long arg00,
int arg11) |
static long |
nativeSize(long ptr) |
void |
push_back(Integer arg0) |
void |
reserve(long arg0) |
void |
resize(long arg0) |
void |
set(long arg0,
Integer arg1) |
long |
size() |
String |
toString() |
getAddressclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetAddress, getAddresspublic long capacity()
public static long nativeCapacity(long ptr)
public void clear()
public static void nativeClear(long ptr)
public long data()
public static long nativeData(long ptr)
public void dispose()
public static void nativeDispose(long ptr)
public boolean empty()
public static boolean nativeEmpty(long ptr)
public Integer get(long arg0)
public static int nativeGet(long ptr,
long arg00)
public void push_back(Integer arg0)
public static void nativePush_back(long ptr,
int arg00)
public void reserve(long arg0)
public static void nativeReserve(long ptr,
long arg00)
public void resize(long arg0)
public static void nativeResize(long ptr,
long arg00)
public void set(long arg0,
Integer arg1)
public static void nativeSet(long ptr,
long arg00,
int arg11)
public long size()
public static long nativeSize(long ptr)
public static long nativeCreateFactory0()
public static long nativeCreateFactory1(int arg00)
Copyright © 2022 Alibaba Group Holding Ltd.. All rights reserved.