public class UnsignedCharVector
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
swigCMemOwn |
| Constructor and Description |
|---|
UnsignedCharVector() |
UnsignedCharVector(long n) |
UnsignedCharVector(long cPtr,
boolean cMemoryOwn) |
| Modifier and Type | Method and Description |
|---|---|
void |
add(short x) |
long |
capacity() |
void |
clear() |
void |
delete() |
protected void |
finalize() |
short |
get(int i) |
static long |
getCPtr(UnsignedCharVector obj) |
boolean |
isEmpty() |
void |
reserve(long n) |
void |
set(int i,
short val) |
long |
size() |
public UnsignedCharVector(long cPtr,
boolean cMemoryOwn)
public UnsignedCharVector()
public UnsignedCharVector(long n)
public static long getCPtr(UnsignedCharVector obj)
protected void finalize()
finalize in class java.lang.Objectpublic void delete()
public long size()
public long capacity()
public void reserve(long n)
public boolean isEmpty()
public void clear()
public void add(short x)
public short get(int i)
public void set(int i,
short val)