public class __array_of_cstring_impl__ extends java.lang.Object implements __array_of_cstring__
Modifier and Type | Method and Description |
---|---|
int |
comparePointerInternal(__array_of_cstring__ other2) |
Area |
getInternal(int idx) |
java.lang.String |
getUID36() |
static __array_of_cstring_impl__ |
mallocStarChar(int nb) |
void |
memcopyFrom(Area source) |
__array_of_cstring_impl__ |
move(int delta) |
__array_of_cstring_impl__ |
plus(int delta) |
void |
realloc(int nb) |
void |
setInternalByIndex(int idx,
Area value) |
void |
swap(int i,
int j) |
java.lang.String |
toString() |
public java.lang.String getUID36()
getUID36
in interface __array_of_cstring__
public void swap(int i, int j)
swap
in interface __array_of_cstring__
public java.lang.String toString()
toString
in class java.lang.Object
public void realloc(int nb)
realloc
in interface __array_of_cstring__
public int comparePointerInternal(__array_of_cstring__ other2)
comparePointerInternal
in interface __array_of_cstring__
public static __array_of_cstring_impl__ mallocStarChar(int nb)
public __array_of_cstring_impl__ move(int delta)
move
in interface __array_of_cstring__
public __array_of_cstring_impl__ plus(int delta)
plus
in interface __array_of_cstring__
public Area getInternal(int idx)
getInternal
in interface __array_of_cstring__
public void setInternalByIndex(int idx, Area value)
setInternalByIndex
in interface __array_of_cstring__
public void memcopyFrom(Area source)
memcopyFrom
in interface __array_of_cstring__
memcopyFrom
in interface Area