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/EightChar.java:65–68 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
63
}
64
65
@Override
66
public
String toString() {
67
return
getYear() +
" "
+ getMonth() +
" "
+ getDay() +
" "
+ getTime();
68
}
69
70
/**
71
* 获取流派
Callers
nothing calls this directly
Calls
4
getYear
Method · 0.95
getMonth
Method · 0.95
getDay
Method · 0.95
getTime
Method · 0.95
Tested by
no test coverage detected