MCPcopy Create free account
hub / github.com/dodufish/PIXRA / string

Method string

android-tools/src/main/java/com/mazouri/tools/Tools.java:110–115  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

108 }
109
110 public static StringTool string() {
111 if (mString == null) {
112 mString = StringTool.instance();
113 }
114 return mString;
115 }
116
117 public static RegexTool regex() {
118 if (mRegex == null) {

Callers 15

onCreateMethod · 0.95
compressMethod · 0.95
encryptMD5File2StringMethod · 0.95
encryptMD5FileMethod · 0.95
generateTagMethod · 0.95
getFileByPathMethod · 0.95
renameMethod · 0.95
readFile2ListMethod · 0.95
readFile2StringMethod · 0.95
getFileMD5ToStringMethod · 0.95
getFileMD5Method · 0.95
getDirNameMethod · 0.95

Calls 1

instanceMethod · 0.95

Tested by

no test coverage detected