Package smetana.core
Interface __array_of_cstring__
-
- All Superinterfaces:
Area
- All Known Implementing Classes:
__array_of_cstring_impl__
public interface __array_of_cstring__ extends Area
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
comparePointerInternal(__array_of_cstring__ other)
Area
getInternal(int idx)
java.lang.String
getUID36()
void
memcopyFrom(Area source)
__array_of_cstring__
move(int delta)
__array_of_cstring__
plus(int delta)
void
realloc(int nb)
void
setInternalByIndex(int idx, Area value)
void
swap(int i, int j)
-
-
-
Method Detail
-
getUID36
java.lang.String getUID36()
-
swap
void swap(int i, int j)
-
realloc
void realloc(int nb)
-
comparePointerInternal
int comparePointerInternal(__array_of_cstring__ other)
-
move
__array_of_cstring__ move(int delta)
-
plus
__array_of_cstring__ plus(int delta)
-
getInternal
Area getInternal(int idx)
-
setInternalByIndex
void setInternalByIndex(int idx, Area value)
-
memcopyFrom
void memcopyFrom(Area source)
- Specified by:
memcopyFrom
in interfaceArea
-
-