Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ toString
Method
toString
src/main/java/com/nlf/calendar/SolarWeek.java:299–302 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
297
}
298
299
@Override
300
public
String toString() {
301
return
year +
"."
+ month +
"."
+ getIndex();
302
}
303
304
public
String toFullString() {
305
return
year +
"年"
+ month +
"月第"
+ getIndex() +
"周"
;
Callers
2
testFromMonday
Method · 0.95
testFromSunday
Method · 0.95
Calls
1
getIndex
Method · 0.95
Tested by
2
testFromMonday
Method · 0.76
testFromSunday
Method · 0.76