jdk/src/java.base/share/classes/java/util/Calendar.java
changeset 28059 e576535359cc
parent 25859 3317bb8137f4
child 29720 374070bf0fdf
equal deleted inserted replaced
28058:87940c838900 28059:e576535359cc
  2991     public int getWeekYear() {
  2991     public int getWeekYear() {
  2992         throw new UnsupportedOperationException();
  2992         throw new UnsupportedOperationException();
  2993     }
  2993     }
  2994 
  2994 
  2995     /**
  2995     /**
  2996      * Sets the date of this {@code Calendar} with the the given date
  2996      * Sets the date of this {@code Calendar} with the given date
  2997      * specifiers - week year, week of year, and day of week.
  2997      * specifiers - week year, week of year, and day of week.
  2998      *
  2998      *
  2999      * <p>Unlike the {@code set} method, all of the calendar fields
  2999      * <p>Unlike the {@code set} method, all of the calendar fields
  3000      * and {@code time} values are calculated upon return.
  3000      * and {@code time} values are calculated upon return.
  3001      *
  3001      *