jdk/src/share/classes/java/lang/Long.java
changeset 3224 3aa65803ae07
parent 2425 99a19a90813e
child 3288 db82a42da273
--- a/jdk/src/share/classes/java/lang/Long.java	Wed Jul 08 09:12:17 2009 -0700
+++ b/jdk/src/share/classes/java/lang/Long.java	Thu Jul 09 12:31:30 2009 -0700
@@ -560,6 +560,11 @@
      * significantly better space and time performance by caching
      * frequently requested values.
      *
+     * Note that unlike the {@linkplain Integer#valueOf(int)
+     * corresponding method} in the {@code Integer} class, this method
+     * is <em>not</em> required to cache values within a particular
+     * range.
+     *
      * @param  l a long value.
      * @return a {@code Long} instance representing {@code l}.
      * @since  1.5