(String pattern)
| 4562 | * @see #ofPattern(Class, String) |
| 4563 | */ |
| 4564 | public static Formatter<IsoUnit> ofPattern(String pattern) { |
| 4565 | |
| 4566 | return ofPattern(IsoUnit.class, pattern); |
| 4567 | |
| 4568 | } |
| 4569 | |
| 4570 | /** |
| 4571 | * <p>Constructs a new instance of duration formatter. </p> |
no outgoing calls