public final class CArray<O> extends UnsupportedC
Modifier and Type | Method and Description |
---|---|
static <O> CArray<O> |
ALLOC__(int size,
ZType type) |
O |
get__(int i) |
int |
minus_(CArray<O> other) |
CArray<O> |
plus_(int delta) |
static <O> CArray<O> |
REALLOC__(int size,
CArray<O> old,
ZType type) |
java.lang.String |
toString() |
castTo, getTheField, isSameThan, unsupported
public java.lang.String toString()
toString
in class java.lang.Object
public O get__(int i)