Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/SeanDragon/protools
/ toString
Method
toString
common/src/main/java/pro/tools/time/Lunar.java:56–59 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
54
}
55
56
@Override
57
public
String toString() {
58
return
String.format(
"阴历:%S年%S月%S日"
, lunarYear, lunarMonth, lunarDay) + (isLeap ?
"(闰年)"
:
""
);
59
}
60
}
Callers
12
sendHttp
Method · 0.45
convertRequest
Method · 0.45
getLocalizedMessage
Method · 0.45
convertRequest
Method · 0.45
channelRead0
Method · 0.45
exceptionCaught
Method · 0.45
copy
Method · 0.45
move
Method · 0.45
execCmd
Method · 0.45
visitFile
Method · 0.45
getLocalizedMessage
Method · 0.45
init
Method · 0.45
Calls
1
format
Method · 0.45
Tested by
no test coverage detected