public class Vector_PxU32 extends NativeObject
NativeObject.Allocator<T>address, isExternallyAllocated| Modifier | Constructor and Description |
|---|---|
|
Vector_PxU32() |
|
Vector_PxU32(int size) |
protected |
Vector_PxU32(long address) |
| Modifier and Type | Method and Description |
|---|---|
int |
at(int index) |
void |
clear() |
NativeObject |
data() |
void |
destroy() |
void |
push_back(int value) |
int |
size() |
static Vector_PxU32 |
wrapPointer(long address) |
checkNotNull, equals, getAddress, hashCodeprotected Vector_PxU32(long address)
public Vector_PxU32()
public Vector_PxU32(int size)
size - WebIDL type: unsigned longpublic static Vector_PxU32 wrapPointer(long address)
public void destroy()
public int at(int index)
index - WebIDL type: unsigned longpublic NativeObject data()
public int size()
public void push_back(int value)
value - WebIDL type: unsigned longpublic void clear()