autoboxing
美
英 
例句
String, Note that we use autoboxing to wrap i in an Integer object.
注意了,我們用自動裝箱把i放進。
That means no generics, no autoboxing, and no new-style for-each loop.
那意味著沒有類屬性、沒有自動裝箱(autoboxing),也沒有新樣式for-each循環。
If we are using Java 5, autoboxing removes a little of the noise, as we no longer need the primitive wrapper type.
如果我們使用Java5,自動裝箱去除了一點困擾,因為我們不再需要原始封裝器類型。
Autoboxing is not going to be as efficient as using a collection that holds primitive data types directly, such as the Trove
自動裝箱的效率比不上使用直接保存基本數據類型的集合,比如值為