Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
testParseSize
Method · 0.95
ServiceConf
Method · 0.95
Calls
2
parseLongSize
Method · 0.95
trim
Method · 0.80
Tested by
1
testParseSize
Method · 0.76