[ Version ( since = "1.66" ) ]
public int compare_last_occurred (Notice notice_to_compare)
Compare the last_occurred fields (and the last_occurred_nanosecond if available) of both notices, and returns whether the first one is before, same or after the second one.
| this |
a Notice. |
| notice_to_compare |
another Notice. |
|
-1 if the first one is before the second one; 0 if both are the same time instant, and 1 if the first one is after the second one. |