The {@code Short} class wraps a value of primitive type {@code short} in an object. An object of type {@code Short} contains a single field whose type is {@code short}.
See Source File