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 intcomparePointerInternal(__array_of_double__ other)AreagetInternal(int idx)java.lang.StringgetUID36()static __array_of_double__mallocDouble(int nb)voidmemcopyFrom(Area source)__array_of_double__move(int delta)__array_of_double__plus(int delta)voidrealloc(int nb)voidswap(int i, int j)java.lang.StringtoString()
-
-
-
Method Detail
-
getUID36
public java.lang.String getUID36()
-
swap
public void swap(int i, int j)
-
toString
public java.lang.String toString()
- Overrides:
toStringin 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:
memcopyFromin interfaceArea
-
-