()
| 357 | * @return empty duration |
| 358 | */ |
| 359 | @SuppressWarnings("unchecked") |
| 360 | public static <U extends IsoUnit> Duration<U> ofZero() { |
| 361 | |
| 362 | return ZERO; |
| 363 | |
| 364 | } |
| 365 | |
| 366 | /** |
| 367 | * <p>Creates a new duration which only knows one unit. </p> |
no outgoing calls