Uses of Class
java.lang.Integer
-
Packages that use Integer Package Description java.lang -
-
Uses of Integer in java.lang
Methods in java.lang that return Integer Modifier and Type Method Description static IntegerInteger. decode(String string)Parses the specified string and returns aIntegerinstance if the string can be decoded into an integer value.static IntegerInteger. valueOf(int i)Returns aIntegerinstance for the specified integer value.static IntegerInteger. valueOf(String string)Parses the specified string as a signed decimal integer value.static IntegerInteger. valueOf(String string, int radix)Parses the specified string as a signed integer value using the specified radix.Methods in java.lang with parameters of type Integer Modifier and Type Method Description intInteger. compareTo(Integer object)Compares this object to the specified integer object to determine their relative order.
-