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/NineStar.java:241–244 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
239
}
240
241
@Override
242
public
String toString() {
243
return
getNumber() + getColor() + getWuXing() + getNameInBeiDou();
244
}
245
246
/**
247
* 获取详细描述
Callers
1
toFullString
Method · 0.45
Calls
4
getNumber
Method · 0.95
getColor
Method · 0.95
getWuXing
Method · 0.95
getNameInBeiDou
Method · 0.95
Tested by
no test coverage detected