Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

Copyright © 2006 Sun Microsystems, Inc. All rights reserved.

CDC 1.1.2

Uses of Class
java.lang.Integer

Packages that use Integer
java.lang Provides classes that are fundamental to the design of the Java programming language. 
 

Uses of Integer in java.lang
 

Methods in java.lang that return Integer
static Integer Integer.valueOf(String s, int radix)
          Returns an Integer object holding the value extracted from the specified String when parsed with the radix given by the second argument.
static Integer Integer.valueOf(String s)
          Returns an Integer object holding the value of the specified String.
static Integer Integer.getInteger(String nm)
          Determines the integer value of the system property with the specified name.
static Integer Integer.getInteger(String nm, int val)
          Determines the integer value of the system property with the specified name.
static Integer Integer.getInteger(String nm, Integer val)
          Returns the integer value of the system property with the specified name.
static Integer Integer.decode(String nm)
          Decodes a String into an Integer.
 

Methods in java.lang with parameters of type Integer
static Integer Integer.getInteger(String nm, Integer val)
          Returns the integer value of the system property with the specified name.
 int Integer.compareTo(Integer anotherInteger)
          Compares two Integer objects numerically.
 


CDC 1.1.2

Copyright © 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to License Terms. Your use of this web site or any of its content or software indicates your agreement to be bound by these License Terms.

For more information, please consult the JSR 218 specification.