MCPcopy Index your code
hub / github.com/razerdp/BasePopup / trim

Method trim

app/src/main/java/razerdp/demo/utils/StringUtil.java:37–43  ·  view source on GitHub ↗
(String source)

Source from the content-addressed store, hash-verified

35 }
36
37 public static String trim(String source) {
38 if (noEmpty(source)) {
39 return source.trim();
40 }
41 return source;
42
43 }
44
45 public static boolean contains(String source, String key) {
46 if (noEmpty(source)) {

Callers 3

isEmptyWithNullMethod · 0.80
showPopupMethod · 0.80
showMethod · 0.80

Calls 1

noEmptyMethod · 0.95

Tested by 1

showMethod · 0.64