autoboxing

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

自動裝箱效率使用直接保存基本數據類型集合比如