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

Method printTomorrow

base/src/main/java/net/time4j/PrettyTime.java:760–762  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

758 * @since 3.43/4.38
759 */
760 public String printTomorrow() {
761 return UnitPatterns.of(this.getLocale()).getTomorrowWord();
762 }
763
764 /**
765 * <p>Obtains the localized word for given last day-of-week if available. </p>

Callers

nothing calls this directly

Calls 3

ofMethod · 0.95
getLocaleMethod · 0.95
getTomorrowWordMethod · 0.65

Tested by

no test coverage detected