MCPcopy Create free account
hub / github.com/PCGen/pcgen / getListAsString

Method getListAsString

code/src/java/pcgen/cdom/base/CDOMObject.java:607–610  ·  view source on GitHub ↗
(ListKey<?> key)

Source from the content-addressed store, hash-verified

605 }
606
607 public final String getListAsString(ListKey<?> key)
608 {
609 return StringUtil.join(getListFor(key), ", ");
610 }
611
612 public final int getSizeOfListFor(ListKey<?> key)
613 {

Callers 10

getTokenMethod · 0.80
getSchoolMethod · 0.80
getSubschoolMethod · 0.80
getComponentsMethod · 0.80
getDurationMethod · 0.80
getCastTimeMethod · 0.80
getHTMLInfoMethod · 0.80
getDataMethod · 0.80
acceptMethod · 0.80
getSpellRangeMethod · 0.80

Calls 2

joinMethod · 0.95
getListForMethod · 0.95

Tested by

no test coverage detected