Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/6tail/lunar-java
/ fromIndex
Method
fromIndex
src/main/java/com/nlf/calendar/NineStar.java:92–94 ·
view source on GitHub ↗
(int index)
Source
from the content-addressed store, hash-verified
90
}
91
92
public
static
NineStar fromIndex(
int
index) {
93
return
new
NineStar(index);
94
}
95
96
/**
97
* 获取九数
Callers
5
getYearNineStar
Method · 0.95
getMonthNineStar
Method · 0.95
getDayNineStar
Method · 0.95
getNineStar
Method · 0.95
getNineStar
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected