Statements (57)
Predicate | Object |
---|---|
gptkbp:instanceOf |
gptkb:class
|
gptkbp:builtBy |
Integer(String s)
Integer(int value) |
gptkbp:deprecatedConstructor |
Integer(String s)
|
gptkbp:describes |
Wrapper class for the primitive type int.
|
gptkbp:field |
public static final Class<Integer> TYPE
public static final int BYTES public static final int MAX_RADIX public static final int MAX_VALUE public static final int MIN_RADIX public static final int MIN_VALUE public static final int SIZE |
https://www.w3.org/2000/01/rdf-schema#label |
java.lang.Integer
|
gptkbp:implementedIn |
java.io.Serializable
java.lang.Comparable java.lang.constant.ConstantDesc java.lang.constant.Constable |
gptkbp:introducedIn |
gptkb:JDK_1.0
|
gptkbp:isFinal |
true
|
gptkbp:method |
String toString()
boolean equals(Object obj) byte byteValue() double doubleValue() float floatValue() int compareTo(Integer anotherInteger) int compareTo(Object o) int hashCode() int intValue() long longValue() short shortValue() |
gptkbp:openToPublic |
true
|
gptkbp:staticMethod |
bitCount(int i)
compare(int x, int y) decode(String nm) getInteger(String nm) hashCode(int value) highestOneBit(int i) lowestOneBit(int i) max(int a, int b) min(int a, int b) numberOfLeadingZeros(int i) numberOfTrailingZeros(int i) parseInt(String s) reverse(int i) rotateLeft(int i, int distance) rotateRight(int i, int distance) signum(int i) sum(int a, int b) toString(int i) valueOf(String s) valueOf(int i) |
gptkbp:superclass |
java.lang.Number
|
gptkbp:topNotes |
Autoboxing and unboxing supported since Java 5.
Integer objects are immutable. |
gptkbp:type |
java.lang
|
gptkbp:bfsParent |
gptkb:java.lang.Object
|
gptkbp:bfsLayer |
7
|