Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
printNextWeekday
Method · 0.80
Calls
3
of
Method · 0.95
getLocale
Method · 0.95
labelForNext
Method · 0.65
Tested by
1
printNextWeekday
Method · 0.64