public class JUtils
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static int |
USHRT_MAX |
| Constructor and Description |
|---|
JUtils() |
| Modifier and Type | Method and Description |
|---|---|
static double |
abs(double x) |
static double |
atan2(double a,
double b) |
static double |
atof(CString str) |
static int |
atoi(CString s) |
static double |
cos(double x) |
static __ptr__ |
create(java.lang.Class theClass,
__ptr__ parent) |
static boolean |
EQ(java.lang.Object o1,
java.lang.Object o2) |
static CString |
getenv(CString var) |
static boolean |
isdigit(char c) |
static void |
LOG(java.lang.String s) |
static void |
LOG2(java.lang.String s) |
static int |
memcmp(__ptr__ s1,
__ptr__ s2,
int sz) |
static void |
memset(__ptr__ obj,
int value,
size_t nbytes) |
static boolean |
NEQ(java.lang.Object o1,
java.lang.Object o2) |
static double |
pow(double a,
double b) |
static void |
printDebugEdge(ST_Agedge_s e) |
static void |
qsort1(CArrayOfStar array,
int nb,
CFunction compare) |
static void |
qsort2(int[] array,
int nb,
CFunction compare) |
static int |
setjmp(jmp_buf jmp) |
static double |
sin(double x) |
static size_t |
sizeof(java.lang.Class cl) |
static size_t |
sizeof(java.lang.String name,
int sz) |
static double |
sqrt(double x) |
static CString |
strchr(CString str,
char c) |
static int |
strcmp(CString s1,
CString s2) |
static int |
strlen(CString s) |
static int |
strncmp(CString s1,
CString s2,
int n) |
static void |
strncpy(CString destination,
CString source,
int nb) |
static CString |
strstr(CString s1,
CString s2) |
static double |
strtod(CString str,
CString[] endptr) |
static int |
strtol(CString str,
CString[] endptr,
int base) |
static char |
tolower(char c) |
public static size_t sizeof(java.lang.Class cl)
public static size_t sizeof(java.lang.String name, int sz)
public static double atof(CString str)
public static int strlen(CString s)
public static double abs(double x)
public static double cos(double x)
public static double sin(double x)
public static double sqrt(double x)
public static double atan2(double a,
double b)
public static double pow(double a,
double b)
public static boolean isdigit(char c)
public static int atoi(CString s)
public static char tolower(char c)
public static void LOG(java.lang.String s)
public static void LOG2(java.lang.String s)
public static boolean EQ(java.lang.Object o1,
java.lang.Object o2)
public static boolean NEQ(java.lang.Object o1,
java.lang.Object o2)
public static void qsort1(CArrayOfStar array, int nb, CFunction compare)
public static void qsort2(int[] array,
int nb,
CFunction compare)
public static int setjmp(jmp_buf jmp)
public static void printDebugEdge(ST_Agedge_s e)