Package smetana.core
Class __array_of_double__
- java.lang.Object
-
- smetana.core.__array_of_double__
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method 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()
-
-
-
Method Detail
-
getUID36
public java.lang.String getUID36()
-
swap
public void swap(int i, int j)
-
toString
public java.lang.String toString()
- Overrides:
toString
in classjava.lang.Object
-
realloc
public void realloc(int nb)
-
comparePointerInternal
public int comparePointerInternal(__array_of_double__ other)
-
mallocDouble
public static __array_of_double__ mallocDouble(int nb)
-
move
public __array_of_double__ move(int delta)
-
plus
public __array_of_double__ plus(int delta)
-
getInternal
public Area getInternal(int idx)
-
memcopyFrom
public void memcopyFrom(Area source)
- Specified by:
memcopyFrom
in interfaceArea
-
-