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

Method toString

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

Source from the content-addressed store, hash-verified

2514 * @see #parsePeriod(String)
2515 */
2516 @Override
2517 public String toString() {
2518
2519 return this.toString(PRINT_STYLE_NORMAL);
2520
2521 }
2522
2523 /**
2524 * <p>Gets a canonical representation which starts with the letter

Callers 2

toStringISOMethod · 0.95
toStringXMLMethod · 0.95

Calls 15

isNegativeMethod · 0.95
isEmptyMethod · 0.95
countMethod · 0.95
getTotalLengthMethod · 0.95
safeAddMethod · 0.95
safeMultiplyMethod · 0.95
containsMethod · 0.95
replaceMethod · 0.80
getMethod · 0.65
isCalendricalMethod · 0.65
getSymbolMethod · 0.65
toStringMethod · 0.65

Tested by

no test coverage detected