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

Method toString

base/src/main/java/net/time4j/Moment.java:1660–1666  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

1658 * @return ISO-8601-formatted string
1659 */
1660 @Override
1661 public String toString() {
1662
1663 String s; // racy single-check idiom
1664 return (s = this.iso8601) != null ? s : (this.iso8601 = this.toStringUTC(true));
1665
1666 }
1667
1668 /**
1669 * <p>Creates a formatted view of this instance taking into account

Callers 15

epochMethod · 0.95
toStringUTCMethod · 0.95
toStringGPSMethod · 0.95
toStringTAIMethod · 0.95
toStringPOSIXMethod · 0.95
toStringTTMethod · 0.95
toStringUTMethod · 0.95
ephemerisTime1Method · 0.95
meanSolarTimeMethod · 0.95
simplifiedTimeMethod · 0.95
sydneyWilliamsMethod · 0.95

Calls 5

toStringUTCMethod · 0.95
fromMethod · 0.95
transformForPrintMethod · 0.95
nameMethod · 0.65
toStringMethod · 0.65

Tested by 15

epochMethod · 0.76
toStringUTCMethod · 0.76
toStringGPSMethod · 0.76
toStringTAIMethod · 0.76
toStringPOSIXMethod · 0.76
toStringTTMethod · 0.76
toStringUTMethod · 0.76
ephemerisTime1Method · 0.76
meanSolarTimeMethod · 0.76
simplifiedTimeMethod · 0.76
sydneyWilliamsMethod · 0.76