Modifier and Type | Method and Description |
---|---|
int |
comparePointerInternal(__array_of_double__ other) |
Area |
getInternal(int idx) |
java.lang.String |
getUID36() |
static __array_of_double__ |
mallocDouble(int nb) |
void |
memcopyFrom(Area source) |
__array_of_double__ |
move(int delta) |
__array_of_double__ |
plus(int delta) |
void |
realloc(int nb) |
void |
swap(int i,
int j) |
java.lang.String |
toString() |
public java.lang.String getUID36()
public void swap(int i, int j)
public java.lang.String toString()
toString
in class java.lang.Object
public void realloc(int nb)
public int comparePointerInternal(__array_of_double__ other)
public static __array_of_double__ mallocDouble(int nb)
public __array_of_double__ move(int delta)
public __array_of_double__ plus(int delta)
public Area getInternal(int idx)
public void memcopyFrom(Area source)
memcopyFrom
in interface Area