Package smetana.core
Class __array_of_cstring_impl__
- java.lang.Object
-
- smetana.core.__array_of_cstring_impl__
-
- All Implemented Interfaces:
__array_of_cstring__
,Area
public class __array_of_cstring_impl__ extends java.lang.Object implements __array_of_cstring__
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getUID36
public java.lang.String getUID36()
- Specified by:
getUID36
in interface__array_of_cstring__
-
swap
public void swap(int i, int j)
- Specified by:
swap
in interface__array_of_cstring__
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
realloc
public void realloc(int nb)
- Specified by:
realloc
in interface__array_of_cstring__
-
comparePointerInternal
public int comparePointerInternal(__array_of_cstring__ other2)
- Specified by:
comparePointerInternal
in interface__array_of_cstring__
-
mallocStarChar
public static __array_of_cstring_impl__ mallocStarChar(int nb)
-
move
public __array_of_cstring_impl__ move(int delta)
- Specified by:
move
in interface__array_of_cstring__
-
plus
public __array_of_cstring_impl__ plus(int delta)
- Specified by:
plus
in interface__array_of_cstring__
-
getInternal
public Area getInternal(int idx)
- Specified by:
getInternal
in interface__array_of_cstring__
-
setInternalByIndex
public void setInternalByIndex(int idx, Area value)
- Specified by:
setInternalByIndex
in interface__array_of_cstring__
-
memcopyFrom
public void memcopyFrom(Area source)
- Specified by:
memcopyFrom
in interface__array_of_cstring__
- Specified by:
memcopyFrom
in interfaceArea
-
-