Searched defs:Integer (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/java/lang/
H A DInteger.java33 public final class Integer extends Number implements Comparable<Integer> { class in inherits:Number,Comparable
38 * The int value represented by this Integer
76 public static final Class<Integer> TYPE
77 = (Class<Integer>) int[].class.getComponentType();
78 // Note: Integer.TYPE can't be set to "int.class", since *that* is
79 // defined to be "java.lang.Integer.TYPE";
82 * Constructs a new {@code Integer} with the specified primitive integer
88 public Integer(int value) { method in class:Integer
93 * Constructs a new {@code Integer} fro
101 public Integer(String string) throws NumberFormatException { method in class:Integer
[all...]

Completed in 898 milliseconds