MCPcopy Create free account
hub / github.com/afkT/DevUtils / append

Method append

lib/DevApp/src/main/java/dev/utils/app/SpanUtils.java:616–620  ·  view source on GitHub ↗

追加文本 @param text 文本内容 @return SpanUtils

(@NonNull final CharSequence text)

Source from the content-addressed store, hash-verified

614 * @return {@link SpanUtils}
615 */
616 public SpanUtils append(@NonNull final CharSequence text) {
617 apply(TYPE_CHAR_SEQUENCE);
618 mText = text;
619 return this;
620 }
621
622 /**
623 * 追加换行

Callers 15

screenrecordMethod · 0.45
getIMEIMethod · 0.45
printSignatureInfoMethod · 0.45
getMaxCpuFreqMethod · 0.45
getMinCpuFreqMethod · 0.45
getCMDOutputStringMethod · 0.45
stringJSONEscapeMethod · 0.45
consumeInputStreamMethod · 0.45
appendSemanticTextMethod · 0.45
filterByPositionMethod · 0.45
filterByPredicateMethod · 0.45

Calls 1

applyMethod · 0.95

Tested by

no test coverage detected