Class TInteger
java.lang.Object
java.lang.Number
de.mirkosertic.bytecoder.classlib.java.lang.TInteger
- All Implemented Interfaces:
Serializable
,Comparable<Integer>
- See Also:
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic int
bitCount
(int i) static int
compare
(int x, int y) int
double
boolean
float
int
hashCode()
static int
hashCode
(int value) int
intValue()
long
static int
numberOfLeadingZeros
(int i) static int
numberOfTrailingZeros
(int i) static int
static int
static int
signum
(int value) static String
toHexString
(int i) toString()
static String
toString
(int i) static String
toString
(int i, int radix) static Integer
valueOf
(int i) static Integer
Methods inherited from class java.lang.Number
byteValue, shortValue
-
Field Details
-
TYPE
-
value
-
-
Constructor Details
-
TInteger
public TInteger(int value)
-
-
Method Details
-
intValue
public int intValue() -
longValue
public long longValue() -
floatValue
public float floatValue()- Specified by:
floatValue
in classNumber
-
doubleValue
public double doubleValue()- Specified by:
doubleValue
in classNumber
-
hashCode
public int hashCode() -
hashCode
public static int hashCode(int value) -
equals
-
toString
-
numberOfLeadingZeros
public static int numberOfLeadingZeros(int i) -
numberOfTrailingZeros
public static int numberOfTrailingZeros(int i) -
bitCount
public static int bitCount(int i) -
valueOf
-
valueOf
-
toString
-
toString
-
toHexString
-
parseInt
-
parseInt
-
signum
public static int signum(int value) -
compareTo
- Specified by:
compareTo
in interfaceComparable<Integer>
-
compare
public static int compare(int x, int y)
-