39404142434445464748
} @Override public final boolean equals(final Object thatTime) { if (thatTime instanceof TimeValue) { final TimeValue that = (TimeValue) thatTime; return this.compareTo(that) == 0; } return false; }