Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/MenoData/Time4J
/ getMaxWeek
Method
getMaxWeek
base/src/main/java/net/time4j/Weekmodel.java:1904–1908 ·
view source on GitHub ↗
(PlainDate date)
Source
from the content-addressed store, hash-verified
1902
}
1903
1904
private
int
getMaxWeek(PlainDate date) {
1905
1906
return
this.getWeek(date, 1);
1907
1908
}
1909
1910
private
int
getWeek(
1911
PlainDate date,
Callers
2
getMaximum
Method · 0.95
isValid
Method · 0.95
Calls
1
getWeek
Method · 0.95
Tested by
no test coverage detected