jdk/src/share/classes/java/lang/Integer.java
changeset 3224 3aa65803ae07
parent 2425 99a19a90813e
child 3288 db82a42da273
--- a/jdk/src/share/classes/java/lang/Integer.java	Wed Jul 08 09:12:17 2009 -0700
+++ b/jdk/src/share/classes/java/lang/Integer.java	Thu Jul 09 12:31:30 2009 -0700
@@ -638,6 +638,9 @@
      * to yield significantly better space and time performance by
      * caching frequently requested values.
      *
+     * This method will always cache values in the range -128 to 127,
+     * inclusive, and may cache other values outside of this range.
+     *
      * @param  i an {@code int} value.
      * @return an {@code Integer} instance representing {@code i}.
      * @since  1.5