MCPcopy 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

getYearMethod · 0.95
getMonthMethod · 0.95
getDayMethod · 0.95
getTimeMethod · 0.95

Tested by

no test coverage detected