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

Method printNext

base/src/main/java/net/time4j/PrettyTime.java:796–798  ·  view source on GitHub ↗
(Weekday weekday)

Source from the content-addressed store, hash-verified

794 * @since 5.1
795 */
796 public String printNext(Weekday weekday) {
797 return UnitPatterns.of(this.getLocale()).labelForNext(weekday);
798 }
799
800 /**
801 * <p>Formats given duration in calendar units. </p>

Callers 1

printNextWeekdayMethod · 0.80

Calls 3

ofMethod · 0.95
getLocaleMethod · 0.95
labelForNextMethod · 0.65

Tested by 1

printNextWeekdayMethod · 0.64