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

/libcore/luni/src/main/java/java/lang/
H A DShort.java27 public final class Short extends Number implements Comparable<Short> { class in inherits:Number,Comparable
59 public static final Class<Short> TYPE
60 = (Class<Short>) short[].class.getComponentType();
61 // Note: Short.TYPE can't be set to "short.class", since *that* is
62 // defined to be "java.lang.Short.TYPE";
65 * Constructs a new {@code Short} from the specified string.
73 public Short(String string) throws NumberFormatException { method in class:Short
78 * Constructs a new {@code Short} with the specified primitive short value.
83 public Short(shor method in class:Short
[all...]

Completed in 30 milliseconds