как может быть закеширован Integer?
public static Long valueOf(long l) Returns a Long instance representing the specified long value. If a new Long instance is not required, this method should generally be used in preference to the constructor Long(long), as this method is likely to yield significantly better space and time performance by caching frequently requested values
Обсуждают сегодня