Uses of Class
com.aoapps.lang.math.LongLong
-
Packages that use LongLong Package Description com.aoapps.lang.math -
-
Uses of LongLong in com.aoapps.lang.math
Fields in com.aoapps.lang.math declared as LongLong Modifier and Type Field Description static LongLongLongLong. MAX_VALUEstatic LongLongLongLong. MIN_VALUEMethods in com.aoapps.lang.math that return LongLong Modifier and Type Method Description LongLongLongLong. highestOneBit()LongLongLongLong. lowestOneBit()LongLongLongLong. negate()static LongLongLongLong. parseLongLong(String s)static LongLongLongLong. parseLongLong(String s, int radix)LongLongLongLong. reverse()LongLongLongLong. reverseBytes()LongLongLongLong. rotateLeft(int distance)TODO: test this.LongLongLongLong. rotateRight(int distance)TODO: test this.static LongLongLongLong. valueOf(long hi, long lo)static LongLongLongLong. valueOf(String s)static LongLongLongLong. valueOf(String s, int radix)Methods in com.aoapps.lang.math with parameters of type LongLong Modifier and Type Method Description intLongLong. compareTo(LongLong other)intLongLong. compareToUnsigned(LongLong other)
-