Create and return the next timestamp.
()
| 539 | * Create and return the next timestamp. |
| 540 | */ |
| 541 | public final long getNextTimestamp() { |
| 542 | timestamp = getTimestamp() + 1; |
| 543 | return getTimestamp(); |
| 544 | } |
| 545 | public final long getTimestamp() { |
| 546 | return timestamp; |
| 547 | } |