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