< prev index next >
src/java.base/share/classes/java/lang/Long.java
Print this page
rev 52981 : 8215300: additional changes to constants API
*** 1965,1976 ****
public static long min(long a, long b) {
return Math.min(a, b);
}
/**
! * Returns a nominal descriptor for this instance, which is the instance
! * itself.
*
* @return an {@link Optional} describing the {@linkplain Long} instance
* @since 12
*/
@Override
--- 1965,1976 ----
public static long min(long a, long b) {
return Math.min(a, b);
}
/**
! * Returns an {@link Optional} containing the nominal descriptor for this
! * instance, which is the instance itself.
*
* @return an {@link Optional} describing the {@linkplain Long} instance
* @since 12
*/
@Override
< prev index next >