Class TLong
java.lang.Object
java.lang.Number
de.mirkosertic.bytecoder.classlib.java.lang.TLong
- All Implemented Interfaces:
Serializable, Comparable<Long>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic intbitCount(long i) static intcompare(long x, long y) intdoublebooleanfloatinthashCode()static inthashCode(long value) intintValue()longstatic intnumberOfLeadingZeros(long i) static intnumberOfTrailingZeros(long i) static longparseLong(CharSequence aString, int beginIndex, int endIndex, int radix) static longstatic longstatic intsignum(long value) static StringtoHexString(long aValue) toString()static StringtoString(long aValue) static StringtoString(long aValue, int aBase) static LongvalueOf(long aValue) static LongMethods inherited from class Number
byteValue, shortValue
-
Field Details
-
TYPE
-
value
-
-
Constructor Details
-
TLong
public TLong(long aLongValue)
-
-
Method Details
-
hashCode
-
intValue
-
floatValue
public float floatValue()- Specified by:
floatValuein classNumber
-
longValue
-
doubleValue
public double doubleValue()- Specified by:
doubleValuein classNumber
-
equals
-
toString
-
valueOf
-
valueOf
-
parseLong
-
parseLong
-
parseLong
-
toString
-
toString
-
toHexString
-
numberOfLeadingZeros
public static int numberOfLeadingZeros(long i) -
numberOfTrailingZeros
public static int numberOfTrailingZeros(long i) -
bitCount
public static int bitCount(long i) -
signum
public static int signum(long value) -
compareTo
- Specified by:
compareToin interfaceComparable<Long>
-
compare
public static int compare(long x, long y) -
hashCode
public static int hashCode(long value)
-