Returns the value of this {@code T} as a {@code byte} after a narrowing primitive conversion. @jls 5.1.3 Narrowing Primitive Conversions
Returns the value of this {@code T} as a {@code double} after a widening primitive conversion. @jls 5.1.2 Widening Primitive Conversions
Returns the value of this {@code T} as a {@code float} after a widening primitive conversion. @jls 5.1.2 Widening Primitive Conversions
Returns the value of this {@code T} as an {@code int}.
Returns the value of this {@code T} as a {@code long} after a widening primitive conversion. @jls 5.1.2 Widening Primitive Conversions @see T#toUnsignedLong(int)
Returns the value of this {@code T} as a {@code short} after a narrowing primitive conversion. @jls 5.1.3 Narrowing Primitive Conversions
Returns the value of the specified number as an {@code int}.
Returns the value of the specified number as a {@code long}.
Returns the value of the specified number as a {@code float}.
Returns the value of the specified number as a {@code double}.
Returns the value of the specified number as a {@code byte}.
Returns the value of the specified number as a {@code short}.