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

/libcore/ojluni/src/main/java/java/lang/
H A DShort.java30 * The {@code Short} class wraps a value of primitive type {@code
31 * short} in an object. An object of type {@code Short} contains a
44 public final class Short extends Number implements Comparable<Short> { class in inherits:Number,Comparable
62 public static final Class<Short> TYPE = (Class<Short>) short[].class.getComponentType();
148 * Returns a {@code Short} object holding the value
154 * int)} method. The result is a {@code Short} object that
157 * <p>In other words, this method returns a {@code Short} object
161 * {@code new Short(Shor
303 public Short(short value) { method in class:Short
320 public Short(String s) throws NumberFormatException { method in class:Short
[all...]

Completed in 47 milliseconds