MCPcopy 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

getYearNineStarMethod · 0.95
getMonthNineStarMethod · 0.95
getDayNineStarMethod · 0.95
getNineStarMethod · 0.95
getNineStarMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected