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