MCPcopy Create free account
hub / github.com/MrFuFuFu/RxFace / toStringList

Method toStringList

sdk_unuse/PostParameters.java:432–440  ·  view source on GitHub ↗
(String[] sa)

Source from the content-addressed store, hash-verified

430 }
431
432 private String toStringList(String[] sa) {
433 StringBuilder sb = new StringBuilder();
434 for (int i = 0; i < sa.length; ++i) {
435 if (i != 0) sb.append(',');
436 sb.append(sa[i]);
437 }
438
439 return sb.toString();
440 }
441
442 private String toStringList(ArrayList<String> sa) {
443 StringBuilder sb = new StringBuilder();

Callers 7

setFacesetIdMethod · 0.95
setFaceIdMethod · 0.95
setPersonIdMethod · 0.95
setPersonNameMethod · 0.95
setGroupIdMethod · 0.95
setGroupNameMethod · 0.95
setFacesetNameMethod · 0.95

Calls 2

toStringMethod · 0.80
sizeMethod · 0.80

Tested by

no test coverage detected