jdk/src/share/classes/java/time/DayOfWeek.java
changeset 17474 8c100beabcc0
parent 16852 60207b2b4b42
child 19030 32f129cb6351
equal deleted inserted replaced
17473:35cd9b3a98ff 17474:8c100beabcc0
    98  * <p>
    98  * <p>
    99  * This enum represents a common concept that is found in many calendar systems.
    99  * This enum represents a common concept that is found in many calendar systems.
   100  * As such, this enum may be used by any calendar system that has the day-of-week
   100  * As such, this enum may be used by any calendar system that has the day-of-week
   101  * concept defined exactly equivalent to the ISO calendar system.
   101  * concept defined exactly equivalent to the ISO calendar system.
   102  *
   102  *
   103  * <h3>Specification for implementors</h3>
   103  * @implSpec
   104  * This is an immutable and thread-safe enum.
   104  * This is an immutable and thread-safe enum.
   105  *
   105  *
   106  * @since 1.8
   106  * @since 1.8
   107  */
   107  */
   108 public enum DayOfWeek implements TemporalAccessor, TemporalAdjuster {
   108 public enum DayOfWeek implements TemporalAccessor, TemporalAdjuster {