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 intcomparePointerInternal(__array_of_cstring__ other2)AreagetInternal(int idx)java.lang.StringgetUID36()static __array_of_cstring_impl__mallocStarChar(int nb)voidmemcopyFrom(Area source)__array_of_cstring_impl__move(int delta)__array_of_cstring_impl__plus(int delta)voidrealloc(int nb)voidsetInternalByIndex(int idx, Area value)voidswap(int i, int j)java.lang.StringtoString()
-
-
-
Method Detail
-
getUID36
public java.lang.String getUID36()
- Specified by:
getUID36in interface__array_of_cstring__
-
swap
public void swap(int i, int j)- Specified by:
swapin interface__array_of_cstring__
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
realloc
public void realloc(int nb)
- Specified by:
reallocin interface__array_of_cstring__
-
comparePointerInternal
public int comparePointerInternal(__array_of_cstring__ other2)
- Specified by:
comparePointerInternalin 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:
movein interface__array_of_cstring__
-
plus
public __array_of_cstring_impl__ plus(int delta)
- Specified by:
plusin interface__array_of_cstring__
-
getInternal
public Area getInternal(int idx)
- Specified by:
getInternalin interface__array_of_cstring__
-
setInternalByIndex
public void setInternalByIndex(int idx, Area value)- Specified by:
setInternalByIndexin interface__array_of_cstring__
-
memcopyFrom
public void memcopyFrom(Area source)
- Specified by:
memcopyFromin interface__array_of_cstring__- Specified by:
memcopyFromin interfaceArea
-
-