autoboxing

From Wiktionary, the free dictionary
Jump to navigation Jump to search

English[edit]

Etymology[edit]

auto- +‎ boxing

Pronunciation[edit]

  • (file)

Noun[edit]

autoboxing (uncountable)

  1. (object-oriented programming) Automatic boxing, the implicit conversion of primitive data types to wrapper objects.
    Coordinate term: unboxing
    • 2014, Robert Liguori, Patricia Liguori, Java 8 Pocket Guide, O'Reilly, →ISBN, page 28:
      Autoboxing and unboxing are typically used for collections of primitives. Autoboxing involves the dynamic allocation of memory and initialization of an object for each primitive.

Translations[edit]

French[edit]

Pronunciation[edit]

  • IPA(key): /o.tɔ.bɔk.siŋ/, /ɔ.tɔ.bɔk.siŋ/
  • (file)

Noun[edit]

autoboxing m (plural autoboxings)

  1. (object-oriented programming) autoboxing