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

Method getOtherFestivals

src/main/java/com/nlf/calendar/Solar.java:437–444  ·  view source on GitHub ↗

获取非正式的节日,有可能一天会有多个节日 @return 非正式的节日列表,如中元节

()

Source from the content-addressed store, hash-verified

435 * @return 非正式的节日列表,如中元节
436 */
437 public List<String> getOtherFestivals() {
438 List<String> l = new ArrayList<String>();
439 List<String> fs = SolarUtil.OTHER_FESTIVAL.get(month + "-" + day);
440 if (null != fs) {
441 l.addAll(fs);
442 }
443 return l;
444 }
445
446 /**
447 * 获取星座

Callers 1

toFullStringMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected