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

/dalvik/libcore/luni/src/main/java/java/lang/
H A DInteger.java36 public final class Integer extends Number implements Comparable<Integer> { class in inherits:Number,Comparable
41 * The int value represented by this Integer
129 public static final Class<Integer> TYPE
130 = (Class<Integer>) int[].class.getComponentType();
131 // Note: Integer.TYPE can't be set to "int.class", since *that* is
132 // defined to be "java.lang.Integer.TYPE";
135 * Constructs a new {@code Integer} with the specified primitive integer
141 public Integer(int value) { method in class:Integer
146 * Constructs a new {@code Integer} fro
154 public Integer(String string) throws NumberFormatException { method in class:Integer
[all...]

Completed in 92 milliseconds