()
| 354 | * @return count of registered leap seconds |
| 355 | */ |
| 356 | public int getCount() { |
| 357 | |
| 358 | return this.getEventsInDescendingOrder().length; |
| 359 | |
| 360 | } |
| 361 | |
| 362 | /** |
| 363 | * <p>Yields the count of all registered leap seconds which happened before given timestamp. </p> |
nothing calls this directly
no test coverage detected