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

Method toString

src/main/java/com/nlf/calendar/Lunar.java:2567–2570  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2565 }
2566
2567 @Override
2568 public String toString() {
2569 return getYearInChinese() + "年" + getMonthInChinese() + "月" + getDayInChinese();
2570 }
2571
2572 /**
2573 * 获取年份

Callers 15

test1Method · 0.95
test2Method · 0.95
test3Method · 0.95
test4Method · 0.95
test5Method · 0.95
test6Method · 0.95
test7Method · 0.95
test8Method · 0.95
testMethod · 0.95
test7Method · 0.95
test8Method · 0.95
test25Method · 0.95

Calls 3

getYearInChineseMethod · 0.95
getMonthInChineseMethod · 0.95
getDayInChineseMethod · 0.95

Tested by 15

test1Method · 0.76
test2Method · 0.76
test3Method · 0.76
test4Method · 0.76
test5Method · 0.76
test6Method · 0.76
test7Method · 0.76
test8Method · 0.76
testMethod · 0.76
test7Method · 0.76
test8Method · 0.76
test25Method · 0.76