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

Method printLast

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

Source from the content-addressed store, hash-verified

776 * @since 5.1
777 */
778 public String printLast(Weekday weekday) {
779 return UnitPatterns.of(this.getLocale()).labelForLast(weekday);
780 }
781
782 /**
783 * <p>Obtains the localized word for given next day-of-week if available. </p>

Callers 1

printLastWeekdayMethod · 0.80

Calls 3

ofMethod · 0.95
getLocaleMethod · 0.95
labelForLastMethod · 0.65

Tested by 1

printLastWeekdayMethod · 0.64