MCPcopy Create free account
hub / github.com/e2wugui/zeze / parseIntSize

Method parseIntSize

ZezeJava/ZezeJava/src/main/java/Zeze/Util/Str.java:89–91  ·  view source on GitHub ↗
(@Nullable String s)

Source from the content-addressed store, hash-verified

87 }
88
89 public static int parseIntSize(@Nullable String s) {
90 return parseIntSize(s, -1);
91 }
92
93 public static int parseIntSize(@Nullable String s, int defSize) {
94 if (s == null)

Callers 2

testParseSizeMethod · 0.95
ServiceConfMethod · 0.95

Calls 2

parseLongSizeMethod · 0.95
trimMethod · 0.80

Tested by 1

testParseSizeMethod · 0.76