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

/openjdk7/langtools/test/tools/javac/synthesize/
H A DShort.java26 public class Short extends Number class in inherits:Number
28 public static Short valueOf(short v) {
29 return new Short(v);
32 public Short(short v) { method in class:Short
/openjdk7/jdk/src/share/classes/java/lang/
H A DShort.java29 * The {@code Short} class wraps a value of primitive type {@code
30 * short} in an object. An object of type {@code Short} contains a
43 public final class Short extends Number implements Comparable<Short> { class in inherits:Number,Comparable
61 public static final Class<Short> TYPE = (Class<Short>) Class.getPrimitiveClass("short");
147 * Returns a {@code Short} object holding the value
153 * int)} method. The result is a {@code Short} object that
156 * <p>In other words, this method returns a {@code Short} object
160 * {@code new Short(Shor
302 public Short(short value) { method in class:Short
319 public Short(String s) throws NumberFormatException { method in class:Short
[all...]
/openjdk7/hotspot/src/share/vm/classfile/
H A DverificationType.hpp101 Short = (ITEM_Short << 2 * BitsPerByte) | Category1, enumerator in enum:VALUE_OBJ_CLASS_SPEC::__anon180
141 static VerificationType short_type() { return VerificationType(Short); }
179 bool is_short() const { return (_u._data == Short); }
284 case Short:
/openjdk7/corba/src/share/classes/com/sun/tools/corba/se/idl/
H A DToken.java90 Short = 27, field in class:Token

Completed in 32 milliseconds