Searched defs:shortValue (Results 1 – 11 of 11) sorted by relevance
118 public short shortValue() { in shortValue() method in Number
337 public short shortValue() { in shortValue() method in Short
332 public short shortValue() { in shortValue() method in Byte
592 public short shortValue() { in shortValue() method in Float
669 public short shortValue() { in shortValue() method in Double
987 public short shortValue() { in shortValue() method in Long
46 public short shortValue = 0; field in Support_GetPutFieldsDeprecated
44 public short shortValue = 0; field in Support_GetPutFields
55 public short shortValue = 0; field in Support_GetPutFieldsDefaulted
39 public short shortValue() { throw new UnsupportedOperationException(); } in test_custom_Number_gets_longValue() method in NumberFormatTest.MyNumber
475 short shortValue = value instanceof Short ? ((Short)value).shortValue() : (short)0; in tryAccessor() local