public class PrimFn extends Object
| Constructor and Description |
|---|
PrimFn() |
| Modifier and Type | Method and Description |
|---|---|
static ByteBuffer |
LAllocate(long capacity) |
static BigInteger |
LAnd(BigInteger x,
BigInteger y) |
static byte[] |
LAnd(byte[] x,
byte[] y) |
static byte |
LAnd(byte x,
byte y) |
static char |
LAnd(char x,
char y) |
static int[] |
LAnd(int[] x,
int[] y) |
static int |
LAnd(int x,
int y) |
static long[] |
LAnd(long[] x,
long[] y) |
static long |
LAnd(long x,
long y) |
static short[] |
LAnd(short[] x,
short[] y) |
static short |
LAnd(short x,
short y) |
static ByteBuffer |
LAppend(ByteOrder endianness,
ByteBuffer buffer,
long position,
long count,
byte value) |
static ByteBuffer |
LAppend(ByteOrder endianness,
ByteBuffer buffer,
long position,
long count,
int value) |
static ByteBuffer |
LAppend(ByteOrder endianness,
ByteBuffer buffer,
long position,
long count,
long value) |
static ByteBuffer |
LAppend(ByteOrder endianness,
ByteBuffer buffer,
long position,
long count,
short value) |
static ByteBuffer |
LAppendBuffer(ByteBuffer to,
long toSize,
long count,
long fromSize,
long fromOffset,
ByteBuffer from) |
static BigInteger |
LASHR(BigInteger x,
BigInteger y) |
static byte[] |
LASHR(byte[] x,
byte[] y) |
static byte |
LASHR(byte x,
byte y) |
static char |
LASHR(char x,
char y) |
static int[] |
LASHR(int[] x,
int[] y) |
static int |
LASHR(int x,
int y) |
static long[] |
LASHR(long[] x,
long[] y) |
static long |
LASHR(long x,
long y) |
static short[] |
LASHR(short[] x,
short[] y) |
static short |
LASHR(short x,
short y) |
static short |
LChIntIT16(char x) |
static int |
LChIntIT32(char x) |
static long |
LChIntIT64(char x) |
static byte |
LChIntIT8(char x) |
static BigInteger |
LChIntITBig(char x) |
static BigInteger |
LCompl(BigInteger x) |
static byte |
LCompl(byte x) |
static byte[] |
LCompl(byte[] x) |
static char |
LCompl(char x) |
static int |
LCompl(int x) |
static int[] |
LCompl(int[] x) |
static long |
LCompl(long x) |
static long[] |
LCompl(long[] x) |
static short |
LCompl(short x) |
static short[] |
LCompl(short[] x) |
static int |
LEq(BigInteger x,
BigInteger y) |
static byte[] |
LEq(byte[] x,
byte[] y) |
static int |
LEq(byte x,
byte y) |
static int |
LEq(char x,
char y) |
static int |
LEq(double x,
double y) |
static int[] |
LEq(int[] x,
int[] y) |
static int |
LEq(int x,
int y) |
static long[] |
LEq(long[] x,
long[] y) |
static int |
LEq(long x,
long y) |
static short[] |
LEq(short[] x,
short[] y) |
static int |
LEq(short x,
short y) |
static double |
LFACos(double x) |
static double |
LFASin(double x) |
static double |
LFATan(double x) |
static double |
LFCeil(double x) |
static double |
LFCos(double x) |
static double |
LFExp(double x) |
static double |
LFFloor(double x) |
static short |
LFloatIntIT16(double x) |
static int |
LFloatIntIT32(double x) |
static long |
LFloatIntIT64(double x) |
static byte |
LFloatIntIT8(double x) |
static BigInteger |
LFloatIntITBig(double x) |
static char |
LFloatIntITChar(double x) |
static String |
LFloatStr(double x) |
static double |
LFLog(double x) |
static double |
LFSin(double x) |
static double |
LFSqrt(double x) |
static double |
LFTan(double x) |
static byte[] |
LGe(byte[] x,
byte[] y) |
static int |
LGe(byte x,
byte y) |
static int |
LGe(char x,
char y) |
static int[] |
LGe(int[] x,
int[] y) |
static int |
LGe(int x,
int y) |
static long[] |
LGe(long[] x,
long[] y) |
static int |
LGe(long x,
long y) |
static short[] |
LGe(short[] x,
short[] y) |
static int |
LGe(short x,
short y) |
static byte[] |
LGt(byte[] x,
byte[] y) |
static int |
LGt(byte x,
byte y) |
static int |
LGt(char x,
char y) |
static int[] |
LGt(int[] x,
int[] y) |
static int |
LGt(int x,
int y) |
static long[] |
LGt(long[] x,
long[] y) |
static int |
LGt(long x,
long y) |
static short[] |
LGt(short[] x,
short[] y) |
static int |
LGt(short x,
short y) |
static byte |
LIdxVec(byte[] x,
int y) |
static int |
LIdxVec(int[] x,
int y) |
long |
LIdxVec(long[] x,
int y) |
static short |
LIdxVec(short[] x,
int y) |
static char |
LIntCh(BigInteger x) |
static char |
LIntCh(byte x) |
static char |
LIntCh(char x) |
static char |
LIntCh(int x) |
static char |
LIntCh(long x) |
static char |
LIntCh(short x) |
static double |
LIntFloat(BigInteger x) |
static double |
LIntFloat(byte x) |
static double |
LIntFloat(char x) |
static double |
LIntFloat(int x) |
static double |
LIntFloat(long x) |
static double |
LIntFloat(short x) |
static String |
LIntStr(BigInteger x) |
static String |
LIntStr(byte x) |
static String |
LIntStr(char x) |
static String |
LIntStr(int x) |
static String |
LIntStr(long x) |
static String |
LIntStr(short x) |
static byte[] |
LLe(byte[] x,
byte[] y) |
static int |
LLe(byte x,
byte y) |
static int |
LLe(char x,
char y) |
static int[] |
LLe(int[] x,
int[] y) |
static int |
LLe(int x,
int y) |
static long[] |
LLe(long[] x,
long[] y) |
static int |
LLe(long x,
long y) |
static short[] |
LLe(short[] x,
short[] y) |
static int |
LLe(short x,
short y) |
static byte[] |
LLSHR(byte[] x,
byte[] y) |
static byte |
LLSHR(byte x,
byte y) |
static char |
LLSHR(char x,
char y) |
static int[] |
LLSHR(int[] x,
int[] y) |
static int |
LLSHR(int x,
int y) |
static long[] |
LLSHR(long[] x,
long[] y) |
static long |
LLSHR(long x,
long y) |
static short[] |
LLSHR(short[] x,
short[] y) |
static short |
LLSHR(short x,
short y) |
static byte[] |
LLt(byte[] x,
byte[] y) |
static int |
LLt(byte x,
byte y) |
static int |
LLt(char x,
char y) |
static int[] |
LLt(int[] x,
int[] y) |
static int |
LLt(int x,
int y) |
static long[] |
LLt(long[] x,
long[] y) |
static int |
LLt(long x,
long y) |
static short[] |
LLt(short[] x,
short[] y) |
static int |
LLt(short x,
short y) |
static BigInteger |
LMinus(BigInteger x,
BigInteger y) |
static byte[] |
LMinus(byte[] x,
byte[] y) |
static byte |
LMinus(byte x,
byte y) |
static char |
LMinus(char x,
char y) |
static double |
LMinus(double x,
double y) |
static int[] |
LMinus(int[] x,
int[] y) |
static int |
LMinus(int x,
int y) |
static long[] |
LMinus(long[] x,
long[] y) |
static long |
LMinus(long x,
long y) |
static short[] |
LMinus(short[] x,
short[] y) |
static short |
LMinus(short x,
short y) |
static byte[] |
LMkVec(byte... x) |
static int[] |
LMKVec(int... x) |
static long[] |
LMKVec(long... x) |
static short[] |
LMkVec(short... x) |
static BigInteger |
LOr(BigInteger x,
BigInteger y) |
static byte[] |
LOr(byte[] x,
byte[] y) |
static byte |
LOr(byte x,
byte y) |
static char |
LOr(char x,
char y) |
static int[] |
LOr(int[] x,
int[] y) |
static int |
LOr(int x,
int y) |
static long[] |
LOr(long[] x,
long[] y) |
static long |
LOr(long x,
long y) |
static short[] |
LOr(short[] x,
short[] y) |
static short |
LOr(short x,
short y) |
static short |
LPeekIT16(ByteOrder endianness,
ByteBuffer buffer,
long position) |
static int |
LPeekIT32(ByteOrder endianness,
ByteBuffer buffer,
long position) |
static long |
LPeekIT64(ByteOrder endianness,
ByteBuffer buffer,
long position) |
static byte |
LPeekIT8(ByteOrder endianness,
ByteBuffer buffer,
long position) |
static BigInteger |
LPlus(BigInteger x,
BigInteger y) |
static byte[] |
LPlus(byte[] x,
byte[] y) |
static byte |
LPlus(byte x,
byte y) |
static char |
LPlus(char x,
char y) |
static double |
LPlus(double x,
double y) |
static int[] |
LPlus(int[] x,
int[] y) |
static int |
LPlus(int x,
int y) |
static long[] |
LPlus(long[] x,
long[] y) |
static long |
LPlus(long x,
long y) |
static short[] |
LPlus(short[] x,
short[] y) |
static short |
LPlus(short x,
short y) |
static void |
LPrintNum(Object x) |
static void |
LPrintStr(String x) |
static String |
LReadStr(Object x) |
static BigInteger |
LSDiv(BigInteger x,
BigInteger y) |
static byte[] |
LSDiv(byte[] x,
byte[] y) |
static byte |
LSDiv(byte x,
byte y) |
static char |
LSDiv(char x,
char y) |
static double |
LSDiv(double x,
double y) |
static int[] |
LSDiv(int[] x,
int[] y) |
static int |
LSDiv(int x,
int y) |
static long[] |
LSDiv(long[] x,
long[] y) |
static long |
LSDiv(long x,
long y) |
static short[] |
LSDiv(short[] x,
short[] y) |
static short |
LSDiv(short x,
short y) |
static short |
LSExtIT16(byte x) |
static short |
LSExtIT16(char x) |
static int |
LSExtIT32(byte x) |
static int |
LSExtIT32(char x) |
static int |
LSExtIT32(short x) |
static long |
LSExtIT64(byte x) |
static long |
LSExtIT64(char x) |
static long |
LSExtIT64(int x) |
static long |
LSExtIT64(short x) |
static BigInteger |
LSExtITBig(byte x) |
static BigInteger |
LSExtITBig(char x) |
static BigInteger |
LSExtITBig(int x) |
static BigInteger |
LSExtITBig(long x) |
static BigInteger |
LSExtITBig(short x) |
static short[] |
LSExtITVec16(byte[] x) |
static int[] |
LSExtITVec32(byte[] x) |
static int[] |
LSExtITVec32(short[] x) |
static long[] |
LSExtITVec64(byte[] x) |
static long[] |
LSExtITVec64(int[] x) |
static long[] |
LSExtITVec64(short[] x) |
static int |
LSGe(BigInteger x,
BigInteger y) |
static byte[] |
LSGe(byte[] x,
byte[] y) |
static int |
LSGe(byte x,
byte y) |
static int |
LSGe(char x,
char y) |
static double |
LSGe(double x,
double y) |
static int[] |
LSGe(int[] x,
int[] y) |
static int |
LSGe(int x,
int y) |
static long[] |
LSGe(long[] x,
long[] y) |
static int |
LSGe(long x,
long y) |
static short[] |
LSGe(short[] x,
short[] y) |
static int |
LSGe(short x,
short y) |
static int |
LSGt(BigInteger x,
BigInteger y) |
static byte[] |
LSGt(byte[] x,
byte[] y) |
static int |
LSGt(byte x,
byte y) |
static int |
LSGt(char x,
char y) |
static double |
LSGt(double x,
double y) |
static int[] |
LSGt(int[] x,
int[] y) |
static int |
LSGt(int x,
int y) |
static long[] |
LSGt(long[] x,
long[] y) |
static int |
LSGt(long x,
long y) |
static short[] |
LSGt(short[] x,
short[] y) |
static int |
LSGt(short x,
short y) |
static BigInteger |
LSHL(BigInteger x,
BigInteger y) |
static byte[] |
LSHL(byte[] x,
byte[] y) |
static byte |
LSHL(byte x,
byte y) |
static char |
LSHL(char x,
char y) |
static int[] |
LSHL(int[] x,
int[] y) |
static int |
LSHL(int x,
int y) |
static long[] |
LSHL(long[] x,
long[] y) |
static long |
LSHL(long x,
long y) |
static short[] |
LSHL(short[] x,
short[] y) |
static short |
LSHL(short x,
short y) |
static int |
LSLe(BigInteger x,
BigInteger y) |
static byte[] |
LSLe(byte[] x,
byte[] y) |
static int |
LSLe(byte x,
byte y) |
static int |
LSLe(char x,
char y) |
static double |
LSLe(double x,
double y) |
static int[] |
LSLe(int[] x,
int[] y) |
static int |
LSLe(int x,
int y) |
static long[] |
LSLe(long[] x,
long[] y) |
static int |
LSLe(long x,
long y) |
static short[] |
LSLe(short[] x,
short[] y) |
static int |
LSLe(short x,
short y) |
static int |
LSLt(BigInteger x,
BigInteger y) |
static byte[] |
LSLt(byte[] x,
byte[] y) |
static int |
LSLt(byte x,
byte y) |
static int |
LSLt(char x,
char y) |
static double |
LSLt(double x,
double y) |
static int[] |
LSLt(int[] x,
int[] y) |
static int |
LSLt(int x,
int y) |
static long[] |
LSLt(long[] x,
long[] y) |
static int |
LSLt(long x,
long y) |
static short[] |
LSLt(short[] x,
short[] y) |
static int |
LSLt(short x,
short y) |
static BigInteger |
LSRem(BigInteger x,
BigInteger y) |
static byte[] |
LSRem(byte[] x,
byte[] y) |
static byte |
LSRem(byte x,
byte y) |
static char |
LSRem(char x,
char y) |
static double |
LSRem(double x,
double y) |
static int[] |
LSRem(int[] x,
int[] y) |
static int |
LSRem(int x,
int y) |
static long[] |
LSRem(long[] x,
long[] y) |
static long |
LSRem(long x,
long y) |
static short[] |
LSRem(short[] x,
short[] y) |
static short |
LSRem(short x,
short y) |
static OutputStream |
LStdErr() |
static InputStream |
LStdIn() |
static OutputStream |
LStdOut() |
static String |
LStrConcat(String... args) |
static String |
LStrCons(char x,
String y) |
static int |
LStrEq(String x,
String y) |
static double |
LStrFloat(String x) |
static char |
LStrHead(String x) |
static char |
LStrIndex(String x,
int y) |
static short |
LStrIntIT16(String x) |
static int |
LStrIntIT32(String x) |
static long |
LStrIntIT64(String x) |
static byte |
LStrIntIT8(String x) |
static BigInteger |
LStrIntITBig(String x) |
static char |
LStrIntITChar(String x) |
static int |
LStrLen(String x) |
static int |
LStrLt(String x,
String y) |
static String |
LStrRev(String x) |
static String |
LStrTail(String x) |
static String |
LSystemInfo(int index) |
static BigInteger |
LTimes(BigInteger x,
BigInteger y) |
static byte[] |
LTimes(byte[] x,
byte[] y) |
static byte |
LTimes(byte x,
byte y) |
static char |
LTimes(char x,
char y) |
static double |
LTimes(double x,
double y) |
static int[] |
LTimes(int[] x,
int[] y) |
static int |
LTimes(int x,
int y) |
static long[] |
LTimes(long[] x,
long[] y) |
static long |
LTimes(long x,
long y) |
static short[] |
LTimes(short[] x,
short[] y) |
static short |
LTimes(short x,
short y) |
static short |
LTruncIT16(BigInteger x) |
static short |
LTruncIT16(char x) |
static short |
LTruncIT16(int x) |
static short |
LTruncIT16(long x) |
static int |
LTruncIT32(BigInteger x) |
static int |
LTruncIT32(char x) |
static int |
LTruncIT32(long x) |
static long |
LTruncIT64(BigInteger x) |
static long |
LTruncIT64(char x) |
static byte |
LTruncIT8(BigInteger x) |
static byte |
LTruncIT8(char x) |
static byte |
LTruncIT8(int x) |
static byte |
LTruncIT8(long x) |
static byte |
LTruncIT8(short x) |
static BigInteger |
LTruncITBig(char x) |
static char |
LTruncITChar(BigInteger x) |
static char |
LTruncITChar(int x) |
static char |
LTruncITChar(long x) |
static char |
LTruncITChar(short x) |
static short[] |
LTruncITVec16(int[] x) |
static short[] |
LTruncITVec16(long[] x) |
static int[] |
LTruncITVec32(long[] x) |
static byte[] |
LTruncITVec8(int[] x) |
static byte[] |
LTruncITVec8(long[] x) |
static byte[] |
LTruncITVec8(short[] x) |
static byte[] |
LUDiv(byte[] x,
byte[] y) |
static byte |
LUDiv(byte x,
byte y) |
static char |
LUDiv(char x,
char y) |
static int[] |
LUDiv(int[] x,
int[] y) |
static int |
LUDiv(int x,
int y) |
static long[] |
LUDiv(long[] x,
long[] y) |
static long |
LUDiv(long x,
long y) |
static short[] |
LUDiv(short[] x,
short[] y) |
static short |
LUDiv(short x,
short y) |
static byte[] |
LUpdateVec(byte[] x,
int y,
byte z) |
static int[] |
LUpdateVec(int[] x,
int y,
int z) |
long[] |
LUpdateVec(long[] x,
int y,
long z) |
static short[] |
LUpdateVec(short[] x,
int y,
short z) |
static byte[] |
LURem(byte[] x,
byte[] y) |
static byte |
LURem(byte x,
byte y) |
static char |
LURem(char x,
char y) |
static int[] |
LURem(int[] x,
int[] y) |
static int |
LURem(int x,
int y) |
static long[] |
LURem(long[] x,
long[] y) |
static long |
LURem(long x,
long y) |
static short[] |
LURem(short[] x,
short[] y) |
static short |
LURem(short x,
short y) |
static Thread |
LVMPtr() |
static BigInteger |
LXOr(BigInteger x,
BigInteger y) |
static byte[] |
LXOr(byte[] x,
byte[] y) |
static byte |
LXOr(byte x,
byte y) |
static char |
LXOr(char x,
char y) |
static int[] |
LXOr(int[] x,
int[] y) |
static int |
LXOr(int x,
int y) |
static long[] |
LXOr(long[] x,
long[] y) |
static long |
LXOr(long x,
long y) |
static short[] |
LXOr(short[] x,
short[] y) |
static short |
LXOr(short x,
short y) |
static short |
LZExtIT16(byte x) |
static int |
LZExtIT32(byte x) |
static int |
LZExtIT32(short x) |
static long |
LZExtIT64(byte x) |
static long |
LZExtIT64(int x) |
static long |
LZExtIT64(short x) |
static BigInteger |
LZExtITBig(byte x) |
static BigInteger |
LZExtITBig(int x) |
static BigInteger |
LZExtITBig(long x) |
static BigInteger |
LZExtITBig(short x) |
static char |
LZExtITChar(byte x) |
static char |
LZExtITChar(int x) |
static char |
LZExtITChar(long x) |
static char |
LZExtITChar(short x) |
static short[] |
LZExtITVec16(byte[] x) |
static int[] |
LZExtITVec32(byte[] x) |
static int[] |
LZExtITVec32(short[] x) |
static long[] |
LZExtITVec64(byte[] x) |
static long[] |
LZExtITVec64(int[] x) |
static long[] |
LZExtITVec64(short[] x) |
public static byte LPlus(byte x,
byte y)
public static char LPlus(char x,
char y)
public static short LPlus(short x,
short y)
public static int LPlus(int x,
int y)
public static long LPlus(long x,
long y)
public static double LPlus(double x,
double y)
public static BigInteger LPlus(BigInteger x, BigInteger y)
public static byte[] LPlus(byte[] x,
byte[] y)
public static short[] LPlus(short[] x,
short[] y)
public static int[] LPlus(int[] x,
int[] y)
public static long[] LPlus(long[] x,
long[] y)
public static byte LMinus(byte x,
byte y)
public static char LMinus(char x,
char y)
public static short LMinus(short x,
short y)
public static int LMinus(int x,
int y)
public static long LMinus(long x,
long y)
public static double LMinus(double x,
double y)
public static BigInteger LMinus(BigInteger x, BigInteger y)
public static byte[] LMinus(byte[] x,
byte[] y)
public static short[] LMinus(short[] x,
short[] y)
public static int[] LMinus(int[] x,
int[] y)
public static long[] LMinus(long[] x,
long[] y)
public static byte LTimes(byte x,
byte y)
public static char LTimes(char x,
char y)
public static short LTimes(short x,
short y)
public static int LTimes(int x,
int y)
public static long LTimes(long x,
long y)
public static double LTimes(double x,
double y)
public static BigInteger LTimes(BigInteger x, BigInteger y)
public static byte[] LTimes(byte[] x,
byte[] y)
public static short[] LTimes(short[] x,
short[] y)
public static int[] LTimes(int[] x,
int[] y)
public static long[] LTimes(long[] x,
long[] y)
public static byte LUDiv(byte x,
byte y)
public static char LUDiv(char x,
char y)
public static short LUDiv(short x,
short y)
public static int LUDiv(int x,
int y)
public static long LUDiv(long x,
long y)
public static byte[] LUDiv(byte[] x,
byte[] y)
public static short[] LUDiv(short[] x,
short[] y)
public static int[] LUDiv(int[] x,
int[] y)
public static long[] LUDiv(long[] x,
long[] y)
public static byte LSDiv(byte x,
byte y)
public static char LSDiv(char x,
char y)
public static short LSDiv(short x,
short y)
public static int LSDiv(int x,
int y)
public static long LSDiv(long x,
long y)
public static double LSDiv(double x,
double y)
public static BigInteger LSDiv(BigInteger x, BigInteger y)
public static byte[] LSDiv(byte[] x,
byte[] y)
public static short[] LSDiv(short[] x,
short[] y)
public static int[] LSDiv(int[] x,
int[] y)
public static long[] LSDiv(long[] x,
long[] y)
public static byte LURem(byte x,
byte y)
public static char LURem(char x,
char y)
public static short LURem(short x,
short y)
public static int LURem(int x,
int y)
public static long LURem(long x,
long y)
public static byte[] LURem(byte[] x,
byte[] y)
public static short[] LURem(short[] x,
short[] y)
public static int[] LURem(int[] x,
int[] y)
public static long[] LURem(long[] x,
long[] y)
public static byte LSRem(byte x,
byte y)
public static char LSRem(char x,
char y)
public static short LSRem(short x,
short y)
public static int LSRem(int x,
int y)
public static long LSRem(long x,
long y)
public static double LSRem(double x,
double y)
public static BigInteger LSRem(BigInteger x, BigInteger y)
public static byte[] LSRem(byte[] x,
byte[] y)
public static short[] LSRem(short[] x,
short[] y)
public static int[] LSRem(int[] x,
int[] y)
public static long[] LSRem(long[] x,
long[] y)
public static byte LAnd(byte x,
byte y)
public static char LAnd(char x,
char y)
public static short LAnd(short x,
short y)
public static int LAnd(int x,
int y)
public static long LAnd(long x,
long y)
public static BigInteger LAnd(BigInteger x, BigInteger y)
public static byte[] LAnd(byte[] x,
byte[] y)
public static short[] LAnd(short[] x,
short[] y)
public static int[] LAnd(int[] x,
int[] y)
public static long[] LAnd(long[] x,
long[] y)
public static byte LOr(byte x,
byte y)
public static char LOr(char x,
char y)
public static short LOr(short x,
short y)
public static int LOr(int x,
int y)
public static long LOr(long x,
long y)
public static BigInteger LOr(BigInteger x, BigInteger y)
public static byte[] LOr(byte[] x,
byte[] y)
public static short[] LOr(short[] x,
short[] y)
public static int[] LOr(int[] x,
int[] y)
public static long[] LOr(long[] x,
long[] y)
public static byte LXOr(byte x,
byte y)
public static char LXOr(char x,
char y)
public static short LXOr(short x,
short y)
public static int LXOr(int x,
int y)
public static long LXOr(long x,
long y)
public static BigInteger LXOr(BigInteger x, BigInteger y)
public static byte[] LXOr(byte[] x,
byte[] y)
public static short[] LXOr(short[] x,
short[] y)
public static int[] LXOr(int[] x,
int[] y)
public static long[] LXOr(long[] x,
long[] y)
public static byte LCompl(byte x)
public static char LCompl(char x)
public static short LCompl(short x)
public static int LCompl(int x)
public static long LCompl(long x)
public static BigInteger LCompl(BigInteger x)
public static byte[] LCompl(byte[] x)
public static short[] LCompl(short[] x)
public static int[] LCompl(int[] x)
public static long[] LCompl(long[] x)
public static byte LSHL(byte x,
byte y)
public static char LSHL(char x,
char y)
public static short LSHL(short x,
short y)
public static int LSHL(int x,
int y)
public static long LSHL(long x,
long y)
public static BigInteger LSHL(BigInteger x, BigInteger y)
public static byte[] LSHL(byte[] x,
byte[] y)
public static short[] LSHL(short[] x,
short[] y)
public static int[] LSHL(int[] x,
int[] y)
public static long[] LSHL(long[] x,
long[] y)
public static byte LLSHR(byte x,
byte y)
public static char LLSHR(char x,
char y)
public static short LLSHR(short x,
short y)
public static int LLSHR(int x,
int y)
public static long LLSHR(long x,
long y)
public static byte[] LLSHR(byte[] x,
byte[] y)
public static short[] LLSHR(short[] x,
short[] y)
public static int[] LLSHR(int[] x,
int[] y)
public static long[] LLSHR(long[] x,
long[] y)
public static byte LASHR(byte x,
byte y)
public static char LASHR(char x,
char y)
public static short LASHR(short x,
short y)
public static int LASHR(int x,
int y)
public static long LASHR(long x,
long y)
public static BigInteger LASHR(BigInteger x, BigInteger y)
public static byte[] LASHR(byte[] x,
byte[] y)
public static short[] LASHR(short[] x,
short[] y)
public static int[] LASHR(int[] x,
int[] y)
public static long[] LASHR(long[] x,
long[] y)
public static int LEq(byte x,
byte y)
public static int LEq(char x,
char y)
public static int LEq(short x,
short y)
public static int LEq(int x,
int y)
public static int LEq(long x,
long y)
public static int LEq(double x,
double y)
public static int LEq(BigInteger x, BigInteger y)
public static byte[] LEq(byte[] x,
byte[] y)
public static short[] LEq(short[] x,
short[] y)
public static int[] LEq(int[] x,
int[] y)
public static long[] LEq(long[] x,
long[] y)
public static int LSLt(byte x,
byte y)
public static int LSLt(char x,
char y)
public static int LSLt(short x,
short y)
public static int LSLt(int x,
int y)
public static int LSLt(long x,
long y)
public static double LSLt(double x,
double y)
public static int LSLt(BigInteger x, BigInteger y)
public static byte[] LSLt(byte[] x,
byte[] y)
public static short[] LSLt(short[] x,
short[] y)
public static int[] LSLt(int[] x,
int[] y)
public static long[] LSLt(long[] x,
long[] y)
public static int LLt(byte x,
byte y)
public static int LLt(char x,
char y)
public static int LLt(short x,
short y)
public static int LLt(int x,
int y)
public static int LLt(long x,
long y)
public static byte[] LLt(byte[] x,
byte[] y)
public static short[] LLt(short[] x,
short[] y)
public static int[] LLt(int[] x,
int[] y)
public static long[] LLt(long[] x,
long[] y)
public static int LSLe(byte x,
byte y)
public static int LSLe(char x,
char y)
public static int LSLe(short x,
short y)
public static int LSLe(int x,
int y)
public static int LSLe(long x,
long y)
public static double LSLe(double x,
double y)
public static int LSLe(BigInteger x, BigInteger y)
public static byte[] LSLe(byte[] x,
byte[] y)
public static short[] LSLe(short[] x,
short[] y)
public static int[] LSLe(int[] x,
int[] y)
public static long[] LSLe(long[] x,
long[] y)
public static int LLe(byte x,
byte y)
public static int LLe(char x,
char y)
public static int LLe(short x,
short y)
public static int LLe(int x,
int y)
public static int LLe(long x,
long y)
public static byte[] LLe(byte[] x,
byte[] y)
public static short[] LLe(short[] x,
short[] y)
public static int[] LLe(int[] x,
int[] y)
public static long[] LLe(long[] x,
long[] y)
public static int LSGt(byte x,
byte y)
public static int LSGt(char x,
char y)
public static int LSGt(short x,
short y)
public static int LSGt(int x,
int y)
public static int LSGt(long x,
long y)
public static double LSGt(double x,
double y)
public static int LSGt(BigInteger x, BigInteger y)
public static byte[] LSGt(byte[] x,
byte[] y)
public static short[] LSGt(short[] x,
short[] y)
public static int[] LSGt(int[] x,
int[] y)
public static long[] LSGt(long[] x,
long[] y)
public static int LGt(byte x,
byte y)
public static int LGt(char x,
char y)
public static int LGt(short x,
short y)
public static int LGt(int x,
int y)
public static int LGt(long x,
long y)
public static byte[] LGt(byte[] x,
byte[] y)
public static short[] LGt(short[] x,
short[] y)
public static int[] LGt(int[] x,
int[] y)
public static long[] LGt(long[] x,
long[] y)
public static int LSGe(byte x,
byte y)
public static int LSGe(char x,
char y)
public static int LSGe(short x,
short y)
public static int LSGe(int x,
int y)
public static int LSGe(long x,
long y)
public static double LSGe(double x,
double y)
public static int LSGe(BigInteger x, BigInteger y)
public static byte[] LSGe(byte[] x,
byte[] y)
public static short[] LSGe(short[] x,
short[] y)
public static int[] LSGe(int[] x,
int[] y)
public static long[] LSGe(long[] x,
long[] y)
public static int LGe(byte x,
byte y)
public static int LGe(char x,
char y)
public static int LGe(short x,
short y)
public static int LGe(int x,
int y)
public static int LGe(long x,
long y)
public static byte[] LGe(byte[] x,
byte[] y)
public static short[] LGe(short[] x,
short[] y)
public static int[] LGe(int[] x,
int[] y)
public static long[] LGe(long[] x,
long[] y)
public static short LSExtIT16(byte x)
public static int LSExtIT32(byte x)
public static long LSExtIT64(byte x)
public static BigInteger LSExtITBig(byte x)
public static short[] LSExtITVec16(byte[] x)
public static int[] LSExtITVec32(byte[] x)
public static long[] LSExtITVec64(byte[] x)
public static short LSExtIT16(char x)
public static int LSExtIT32(char x)
public static long LSExtIT64(char x)
public static BigInteger LSExtITBig(char x)
public static int LSExtIT32(short x)
public static long LSExtIT64(short x)
public static BigInteger LSExtITBig(short x)
public static int[] LSExtITVec32(short[] x)
public static long[] LSExtITVec64(short[] x)
public static long LSExtIT64(int x)
public static BigInteger LSExtITBig(int x)
public static long[] LSExtITVec64(int[] x)
public static BigInteger LSExtITBig(long x)
public static short LZExtIT16(byte x)
public static int LZExtIT32(byte x)
public static long LZExtIT64(byte x)
public static BigInteger LZExtITBig(byte x)
public static char LZExtITChar(byte x)
public static short[] LZExtITVec16(byte[] x)
public static int[] LZExtITVec32(byte[] x)
public static long[] LZExtITVec64(byte[] x)
public static int LZExtIT32(short x)
public static long LZExtIT64(short x)
public static BigInteger LZExtITBig(short x)
public static char LZExtITChar(short x)
public static int[] LZExtITVec32(short[] x)
public static long[] LZExtITVec64(short[] x)
public static long LZExtIT64(int x)
public static BigInteger LZExtITBig(int x)
public static char LZExtITChar(int x)
public static long[] LZExtITVec64(int[] x)
public static BigInteger LZExtITBig(long x)
public static char LZExtITChar(long x)
public static byte LTruncIT8(short x)
public static byte[] LTruncITVec8(short[] x)
public static char LTruncITChar(short x)
public static byte LTruncIT8(int x)
public static short LTruncIT16(int x)
public static byte[] LTruncITVec8(int[] x)
public static short[] LTruncITVec16(int[] x)
public static char LTruncITChar(int x)
public static byte LTruncIT8(long x)
public static short LTruncIT16(long x)
public static int LTruncIT32(long x)
public static byte[] LTruncITVec8(long[] x)
public static short[] LTruncITVec16(long[] x)
public static int[] LTruncITVec32(long[] x)
public static char LTruncITChar(long x)
public static byte LTruncIT8(BigInteger x)
public static short LTruncIT16(BigInteger x)
public static int LTruncIT32(BigInteger x)
public static long LTruncIT64(BigInteger x)
public static char LTruncITChar(BigInteger x)
public static byte LTruncIT8(char x)
public static short LTruncIT16(char x)
public static int LTruncIT32(char x)
public static long LTruncIT64(char x)
public static BigInteger LTruncITBig(char x)
public static double LFExp(double x)
public static double LFLog(double x)
public static double LFSin(double x)
public static double LFCos(double x)
public static double LFTan(double x)
public static double LFASin(double x)
public static double LFACos(double x)
public static double LFATan(double x)
public static double LFSqrt(double x)
public static double LFFloor(double x)
public static double LFCeil(double x)
public static byte[] LMkVec(byte... x)
public static short[] LMkVec(short... x)
public static int[] LMKVec(int... x)
public static long[] LMKVec(long... x)
public static byte LIdxVec(byte[] x,
int y)
public static short LIdxVec(short[] x,
int y)
public static int LIdxVec(int[] x,
int y)
public long LIdxVec(long[] x,
int y)
public static byte[] LUpdateVec(byte[] x,
int y,
byte z)
public static short[] LUpdateVec(short[] x,
int y,
short z)
public static int[] LUpdateVec(int[] x,
int y,
int z)
public long[] LUpdateVec(long[] x,
int y,
long z)
public static int LStrLen(String x)
public static double LIntFloat(byte x)
public static double LIntFloat(char x)
public static double LIntFloat(short x)
public static double LIntFloat(int x)
public static double LIntFloat(long x)
public static double LIntFloat(BigInteger x)
public static byte LFloatIntIT8(double x)
public static short LFloatIntIT16(double x)
public static int LFloatIntIT32(double x)
public static long LFloatIntIT64(double x)
public static BigInteger LFloatIntITBig(double x)
public static char LFloatIntITChar(double x)
public static String LIntStr(byte x)
public static String LIntStr(char x)
public static String LIntStr(short x)
public static String LIntStr(int x)
public static String LIntStr(long x)
public static String LIntStr(BigInteger x)
public static byte LStrIntIT8(String x)
public static short LStrIntIT16(String x)
public static int LStrIntIT32(String x)
public static long LStrIntIT64(String x)
public static BigInteger LStrIntITBig(String x)
public static char LStrIntITChar(String x)
public static String LFloatStr(double x)
public static double LStrFloat(String x)
public static char LIntCh(byte x)
public static char LIntCh(char x)
public static char LIntCh(short x)
public static char LIntCh(int x)
public static char LIntCh(long x)
public static char LIntCh(BigInteger x)
public static byte LChIntIT8(char x)
public static short LChIntIT16(char x)
public static int LChIntIT32(char x)
public static long LChIntIT64(char x)
public static BigInteger LChIntITBig(char x)
public static void LPrintNum(Object x)
public static void LPrintStr(String x)
public static char LStrHead(String x)
public static char LStrIndex(String x, int y)
public static InputStream LStdIn()
public static OutputStream LStdOut()
public static OutputStream LStdErr()
public static ByteBuffer LAllocate(long capacity)
public static ByteBuffer LAppendBuffer(ByteBuffer to, long toSize, long count, long fromSize, long fromOffset, ByteBuffer from)
public static ByteBuffer LAppend(ByteOrder endianness, ByteBuffer buffer, long position, long count, byte value)
public static ByteBuffer LAppend(ByteOrder endianness, ByteBuffer buffer, long position, long count, short value)
public static ByteBuffer LAppend(ByteOrder endianness, ByteBuffer buffer, long position, long count, int value)
public static ByteBuffer LAppend(ByteOrder endianness, ByteBuffer buffer, long position, long count, long value)
public static byte LPeekIT8(ByteOrder endianness, ByteBuffer buffer, long position)
public static short LPeekIT16(ByteOrder endianness, ByteBuffer buffer, long position)
public static int LPeekIT32(ByteOrder endianness, ByteBuffer buffer, long position)
public static long LPeekIT64(ByteOrder endianness, ByteBuffer buffer, long position)
public static String LSystemInfo(int index)
public static Thread LVMPtr()
Copyright © 2014. All Rights Reserved.