Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6344735

mis translation in 5.0 Japanese API doc

XMLWordPrintable

    • b05
    • generic
    • generic

      Translations corresponds to following 2 setences needs to be fixed.

      http://java.sun.com/j2se/1.5.0/ja/docs/ja/guide/language/generics.html

      To paraphrase Generics Specification Lead Gilad Bracha, when we declare c to be of type Collection<String>, this tells us something about the variable c that holds true wherever and whenever it is used, and the compiler guarantees it (assuming the program compiles without warnings).

      http://java.sun.com/j2se/1.5.0/ja/docs/ja/guide/language/autoboxing.html

      When you take the object out of the collection, you get the Integer that you put in; if you need an int, you must unbox the Integer using the intValue method.

            duke J. Duke
            ogino Shinya Ogino (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: