MCPcopy Create free account
hub / github.com/6tail/lunar-java / toString

Method toString

src/main/java/com/nlf/calendar/Tao.java:208–211  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

206 }
207
208 @Override
209 public String toString() {
210 return String.format("%s年%s月%s", getYearInChinese(), getMonthInChinese(), getDayInChinese());
211 }
212
213 public String toFullString() {
214 return String.format("道歷%s年,天運%s年,%s月,%s日。%s月%s日,%s時。", getYearInChinese(), lunar.getYearInGanZhi(), lunar.getMonthInGanZhi(), lunar.getDayInGanZhi(), getMonthInChinese(), getDayInChinese(), lunar.getTimeZhi());

Callers 2

testMethod · 0.95
getYearInChineseMethod · 0.45

Calls 3

getYearInChineseMethod · 0.95
getMonthInChineseMethod · 0.95
getDayInChineseMethod · 0.95

Tested by 1

testMethod · 0.76