autoboxed en · ADJ
Etymology
From auto- + boxed.
Meanings
-
(not-comparable, qualifier:object-oriented programming) Automatically boxed (mapped from a primitive type to a complex object).
In the second statement the value 85.1 is autoboxed in order to conform to the type of Double.
2006, David D. Riley, The object of Java, page 484:The error indicates that we cannot typecast and modify data of an autoboxed variable.
2006, Christian Gross, How to code .NET, page 38: