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

Method toString

src/main/java/com/nlf/calendar/NineStar.java:241–244  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

239 }
240
241 @Override
242 public String toString() {
243 return getNumber() + getColor() + getWuXing() + getNameInBeiDou();
244 }
245
246 /**
247 * 获取详细描述

Callers 1

toFullStringMethod · 0.45

Calls 4

getNumberMethod · 0.95
getColorMethod · 0.95
getWuXingMethod · 0.95
getNameInBeiDouMethod · 0.95

Tested by

no test coverage detected