< prev index next >

src/java.base/share/classes/java/time/OffsetDateTime.java

Print this page

        

*** 112,122 **** * It is intended that {@code ZonedDateTime} or {@code Instant} is used to model data * in simpler applications. This class may be used when modeling date-time concepts in * more detail, or when communicating to a database or in a network protocol. * * <p> ! * This is a <a href="{@docRoot}/java/lang/doc-files/ValueBased.html">value-based</a> * class; use of identity-sensitive operations (including reference equality * ({@code ==}), identity hash code, or synchronization) on instances of * {@code OffsetDateTime} may have unpredictable results and should be avoided. * The {@code equals} method should be used for comparisons. * --- 112,122 ---- * It is intended that {@code ZonedDateTime} or {@code Instant} is used to model data * in simpler applications. This class may be used when modeling date-time concepts in * more detail, or when communicating to a database or in a network protocol. * * <p> ! * This is a <a href="{@docRoot}/java.base/java/lang/doc-files/ValueBased.html">value-based</a> * class; use of identity-sensitive operations (including reference equality * ({@code ==}), identity hash code, or synchronization) on instances of * {@code OffsetDateTime} may have unpredictable results and should be avoided. * The {@code equals} method should be used for comparisons. *
< prev index next >