(String pattern)
| 2874 | * @since 3.0 |
| 2875 | */ |
| 2876 | public static Duration.Formatter<IsoUnit> formatter(String pattern) { |
| 2877 | |
| 2878 | return Duration.Formatter.ofPattern(pattern); |
| 2879 | |
| 2880 | } |
| 2881 | |
| 2882 | /** |
| 2883 | * <p>Equivalent to {@link net.time4j.Duration.Formatter#ofPattern(Class, String)}. </p> |