MCPcopy Create free account
hub / github.com/MenoData/Time4J / ofPattern

Method ofPattern

base/src/main/java/net/time4j/Duration.java:4564–4568  ·  view source on GitHub ↗
(String pattern)

Source from the content-addressed store, hash-verified

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>

Callers 11

ofJodaStyleMethod · 0.95
format1Method · 0.45
format2Method · 0.45
format3Method · 0.45
format4Method · 0.45
format5Method · 0.45
parseMethod · 0.45
DurationFormatterTestMethod · 0.45
formatterMethod · 0.45

Calls

no outgoing calls

Tested by 7

format1Method · 0.36
format2Method · 0.36
format3Method · 0.36
format4Method · 0.36
format5Method · 0.36
parseMethod · 0.36
DurationFormatterTestMethod · 0.36