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

Method ofJodaStyle

base/src/main/java/net/time4j/Duration.java:4540–4544  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

4538 * @see #ofPattern(Class, String)
4539 */
4540 public static Formatter<IsoUnit> ofJodaStyle() {
4541
4542 return ofPattern(IsoUnit.class, JODA_PATTERN);
4543
4544 }
4545
4546 /**
4547 * <p>Equivalent to {@code ofPattern(IsoUnit.class, pattern)}. </p>

Callers 1

jodaStyleMethod · 0.80

Calls 1

ofPatternMethod · 0.95

Tested by 1

jodaStyleMethod · 0.64